diff --git a/README.md b/README.md index bc01ced..f0672f2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![BangaJS Logo](https://i.ibb.co/GC3hqjC/banga-banner.jpg)](https://bangajs.netlify.app/) -BangaJS is a cli generator for building [ExpressJS](https://expressjs.com) applications with speed and efficiency. +BàngáJS is a cli generator for building [ExpressJS](https://expressjs.com) applications with speed and efficiency. [![NPM Version][npm-image]][npm-url] [![NPM Downloads][downloads-image]][downloads-url] @@ -12,7 +12,7 @@ It's available on the [Node.js](https://nodejs.org/en/) module through the Before installing, [download and install Node.js](https://nodejs.org/en/download/) -Then install BangaJS globally: +Then install BàngáJS globally: ```bash $ npm install bangajs -g @@ -46,7 +46,7 @@ By default the server will be running on http://localhost:2020/ ## People -The author of BangaJS is [Onyegbu Ifedili](https://github.com/saucecodee) +The author of BàngáJS is [Onyegbu Ifedili](https://github.com/saucecodee) [List of all contributors](https://github.com/saucecodee/banga/graphs/contributors) diff --git a/package.json b/package.json index d03e799..b79076a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bangajs", - "version": "0.0.1", - "description": "Banga is a CLI generator for building ExpressJS applications with speed and efficiency.", + "version": "1.0.0", + "description": "Bàngá is a CLI generator for building ExpressJS applications with speed and efficiency.", "main": "bin/index.js", "bin": { "banga": "bin/index.js"