Skip to content

Commit 9f9c83c

Browse files
committed
fix readme
1 parent 1f3c335 commit 9f9c83c

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
@@ -7,7 +7,7 @@ It includes built-in visitors and utilities that allow you to parse, traverse, a
77
## Installation
88

99
```bash
10-
npm install @distributed-lab/circom-parser
10+
npm install @distributedlab/circom-parser
1111
```
1212

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

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

0 commit comments

Comments
 (0)