Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Artem Chystiakov <[email protected]>
  • Loading branch information
dovgopoly and Arvolear authored May 14, 2024
1 parent 51775f5 commit 6fc25d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ main()
});
```

By default, ZKit will look for the circuit file in the `./circuits` directory. You can change this by providing your custom directory:
By default, ZKit will look for the circuit file in the `./circuits` directory. However, you can change this by providing a custom one:

```typescript
new CircomZKit({ circuitsDir: "./my-circuits" });
Expand Down

0 comments on commit 6fc25d3

Please sign in to comment.