Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Arvolear committed Aug 23, 2024
1 parent 1f3c335 commit 9f9c83c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ It includes built-in visitors and utilities that allow you to parse, traverse, a
## Installation

```bash
npm install @distributed-lab/circom-parser
npm install @distributedlab/circom-parser
```

## Usage
Expand Down Expand Up @@ -57,4 +57,4 @@ You can use the built-in visitors provided in this package as a reference or sta
## Known limitations

1. Function calls inside the main component declaration or expressions are not supported.
2. Currently, all 'simple' expressions are evaluated as-is, without accounting for the module.
2. Currently, all 'simple' expressions are evaluated as-is, without accounting for the module.

0 comments on commit 9f9c83c

Please sign in to comment.