Skip to content

Commit 2727446

Browse files
authored
Merge pull request #14 from saucecodee/develop
Develop
2 parents 70da350 + ef8b917 commit 2727446

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![BangaJS Logo](https://i.ibb.co/GC3hqjC/banga-banner.jpg)](https://bangajs.netlify.app/)
22

3-
BangaJS is a cli generator for building [ExpressJS](https://expressjs.com) applications with speed and efficiency.
3+
BàngáJS is a cli generator for building [ExpressJS](https://expressjs.com) applications with speed and efficiency.
44

55
[![NPM Version][npm-image]][npm-url]
66
[![NPM Downloads][downloads-image]][downloads-url]
@@ -12,7 +12,7 @@ It's available on the [Node.js](https://nodejs.org/en/) module through the
1212

1313
Before installing, [download and install Node.js](https://nodejs.org/en/download/)
1414

15-
Then install BangaJS globally:
15+
Then install BàngáJS globally:
1616

1717
```bash
1818
$ npm install bangajs -g
@@ -46,7 +46,7 @@ By default the server will be running on http://localhost:2020/
4646

4747
## People
4848

49-
The author of BangaJS is [Onyegbu Ifedili](https://github.com/saucecodee)
49+
The author of BàngáJS is [Onyegbu Ifedili](https://github.com/saucecodee)
5050

5151
[List of all contributors](https://github.com/saucecodee/banga/graphs/contributors)
5252

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bangajs",
3-
"version": "0.0.1",
4-
"description": "Banga is a CLI generator for building ExpressJS applications with speed and efficiency.",
3+
"version": "1.0.0",
4+
"description": "Bàngá is a CLI generator for building ExpressJS applications with speed and efficiency.",
55
"main": "bin/index.js",
66
"bin": {
77
"banga": "bin/index.js"

0 commit comments

Comments
 (0)