diff --git a/README.md b/README.md index 2addcbb..d8a82e6 100644 --- a/README.md +++ b/README.md @@ -16,13 +16,11 @@ With Omni, you can focus more on building the core features of your application -- [Omni-clied 2.0](#omni-clied-20) -- [Installation](#installation) -- [Usage](#usage) -- [Commands](#commands) - - [`omni-clied help [COMMANDS]`](#omni-clied-help-commands) - - [`omni-clied node-server create DIR`](#omni-clied-node-server-create-dir) -- [Note:](#note) +* [Omni-clied 2.0](#omni-clied-20) +* [Installation](#installation) +* [Usage](#usage) +* [Commands](#commands) +* [Note:](#note) # Installation @@ -130,4 +128,4 @@ EXAMPLES Currently, omni-clied only supports `node-server` but support for more applications will be released soon. -If you have an idea you would like us to add or you found a bug, please add them on the [issues](https://github.com/DugarRishab/omni-clied/issues) page of our Github. You can also write to me directly on this [email](mailto:www.anitadugar9163@gmail.com) \ No newline at end of file +If you have an idea you would like us to add or you found a bug, please add them on the [issues](https://github.com/DugarRishab/omni-clied/issues) page of our Github. You can also write to me directly on this [email](mailto:www.anitadugar9163@gmail.com) diff --git a/package-lock.json b/package-lock.json index b4d549f..8548f3b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "omni-clied", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "omni-clied", - "version": "2.0.1", + "version": "2.0.2", "license": "MIT", "dependencies": { "@oclif/core": "^2.8.7", diff --git a/package.json b/package.json index 2cbca03..7dd77fe 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "omni-clied", "description": "Omni-CLIed is a powerful command-line interface (CLI) framework designed to streamline the process of creating fully functional Node.js servers and React.js applications.", - "version": "2.0.1", + "version": "2.0.2", "author": "Rishab Dugar (www.anitadugar9163@gmail.com)", "bin": { "omni-clied": "./bin/run.js"