Skip to content

Commit

Permalink
Merge pull request #14 from saucecodee/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
saucecodee committed Nov 16, 2020
2 parents 70da350 + ef8b917 commit 2727446
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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]
Expand All @@ -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
Expand Down Expand Up @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 2727446

Please sign in to comment.