diff --git a/README.md b/README.md index 710bd021c..09afaa0fc 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Install using NPM package: # Install using NPM npm i -g cortexso # Run model -cortex run llama3 +cortex run mistral # To uninstall globally using NPM npm uninstall -g cortexso ``` @@ -57,12 +57,10 @@ npm uninstall -g cortexso Install using Homebrew: ``` bash # Install using Brew -brew tap janhq/cortexso brew install cortexso # Run model -cortex run llama3 +cortex run mistral # To uninstall using Brew -brew untap janhq/cortexso brew uninstall cortexso ``` > You can also install Cortex using the Cortex Installer available on [GitHub Releases](https://github.com/janhq/cortex/releases). diff --git a/cortex-js/README.md b/cortex-js/README.md index e1c5a5210..ac26f8595 100644 --- a/cortex-js/README.md +++ b/cortex-js/README.md @@ -49,7 +49,7 @@ Install using NPM package: # Install using NPM npm i -g cortexso # Run model -cortex run llama3 +cortex run mistral # To uninstall globally using NPM npm uninstall -g cortexso ``` @@ -58,12 +58,10 @@ npm uninstall -g cortexso Install using Homebrew: ``` bash # Install using Brew -brew tap janhq/cortexso brew install cortexso # Run model -cortex run llama3 +cortex run mistral # To uninstall using Brew -brew untap janhq/cortexso brew uninstall cortexso ``` > You can also install Cortex using the Cortex Installer available on [GitHub Releases](https://github.com/janhq/cortex/releases).