diff --git a/README.md b/README.md index 6551a8d..3c4bf6e 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ **Codewise** is a CLI tool that provides a basic set of commands to perform tedious tasks such as converting **YAML to JSON** or **JSON to YAML** directly from your terminal. It's built with [GoLang](https://github.com/golang/go), [Cobra](https://github.com/spf13/cobra), [Viper](https://github.com/spf13/viper), etc. To install the Codewise-CLI, use the command `go install github.com/aryansharma9917/Codewise-CLI@latest`. -Go will automatically install it in your `$GOPATH/bin` directory, which should be in your `$PATH`. +Go will automatically install it in your `$GOPATH/bin` directory, which should be in your `$PATH` Once installed, you can use the `Codewise-CLI` CLI command. To confirm installation, type `Codewise-CLI` at the command line interface. @@ -60,4 +60,4 @@ This project is licensed under the Apache-2.0 license - see the [LICENSE](LICENS If you discover a security vulnerability within this project, please check the [SECURITY](SECURITY.md) for more information. -WIP! \ No newline at end of file +WIP!