Skip to content

Commit

Permalink
Fix wording in src/api/js/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jurajsic authored Jan 2, 2025
1 parent a6f7b74 commit 20fc552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Detailed instruction for binding building for Z3-Noodler:
```
3) Find the line on the installation output that contains the path to `libmata.a` and copy it onto line 77 of `scripts/build-wasm.ts`
4) Create an empty `build` directory in the root of `z3-noodler` directory.
5) From this directory run following commands to build the binding:
5) Run the following commands while in this directory (where this readme is) to build the binding:
```shell
npm install
npm run build:ts
Expand Down

0 comments on commit 20fc552

Please sign in to comment.