From 25592536b2388362f25588d97675245ef6c499ed Mon Sep 17 00:00:00 2001 From: Atom Date: Wed, 16 Nov 2022 22:15:24 +0100 Subject: [PATCH] That's one small step for man, one giant leap for mankind v0.1.0 --- README.md | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0541609..ad1fc9c 100644 --- a/README.md +++ b/README.md @@ -153,7 +153,7 @@ _Here is a step-by-step guide to installing this cli using NPM._ 1. Use npm to install ares in your project folder ```sh - npm i ares + npm i ares-x ``` 2. Change the [config files](#usage) or [env variables](#usage) to update your database connection info diff --git a/package.json b/package.json index 9c0849c..3748d7e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "ares", - "version": "1.0.0", + "name": "ares-x", + "version": "0.1.0", "description": "", "main": "./dist/bin/index.js", "scripts": {