Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit c28002c

Browse files
authored
fix: rename back to Fluence CLI (#320)
chore: rename back to Fluence CLI
1 parent 4ef0d31 commit c28002c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,12 @@ If you are using TypeScript:
8282

8383
## Usage in an Application
8484

85-
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).
85+
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).
8686

8787
1. Install the package:
8888

8989
```
90-
npm i -D "@fluencelabs/flox"
90+
npm i -D @fluencelabs/cli
9191
```
9292

9393
2. Add a directory in your project for Aqua code, e.g., `_aqua`.

0 commit comments

Comments
 (0)