From 7ca5601ca2d68889ff6a36e8cef97445670bb31e Mon Sep 17 00:00:00 2001 From: saucecodee Date: Mon, 16 Nov 2020 07:40:46 +0100 Subject: [PATCH 1/2] update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2217abc..5ae4cd8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![BangaJS Logo](https://i.ibb.co/qr5jqrk/BangaJS.png)](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) From ef8b91772b92ea64b5cbc32f21aea8d4ef60896a Mon Sep 17 00:00:00 2001 From: saucecodee Date: Mon, 16 Nov 2020 07:41:51 +0100 Subject: [PATCH 2/2] =?UTF-8?q?Finally,=20version=201.0.0=20release=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"