From c28002c17baecf2897d983b75e1f51922aed9c0f Mon Sep 17 00:00:00 2001 From: shamsartem Date: Fri, 21 Jul 2023 18:43:55 +0200 Subject: [PATCH] fix: rename back to Fluence CLI (#320) chore: rename back to Fluence CLI --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b8d94efc..fbbfd87d 100644 --- a/README.md +++ b/README.md @@ -82,12 +82,12 @@ If you are using TypeScript: ## Usage in an Application -Once you've added the client, you can compile [Aqua](https://github.com/fluencelabs/aqua) and run it in your application. To compile Aqua, use [flox](https://github.com/fluencelabs/flox). +Once you've added the client, you can compile [Aqua](https://github.com/fluencelabs/aqua) and run it in your application. To compile Aqua, use [Fluence CLI](https://github.com/fluencelabs/cli). 1. Install the package: ``` - npm i -D "@fluencelabs/flox" + npm i -D @fluencelabs/cli ``` 2. Add a directory in your project for Aqua code, e.g., `_aqua`.