Skip to content

Commit e7d493c

Browse files
Harsh Bajpaibajpai244
authored andcommitted
chore: update package name in code snippets
1 parent 09f8956 commit e7d493c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ CircomJS gives you the following capabilities in Javascript!
1414
### Compile your circuits
1515

1616
```javascript
17-
const {CircomJS} = require("circomjs")
17+
const {CircomJS} = require("@zefi/circomjs")
1818

1919
const main = async() => {
2020
const circomjs = new CircomJS()
@@ -30,7 +30,7 @@ main()
3030
### Generate Proofs
3131

3232
```javascript
33-
const {CircomJS} = require("circomjs")
33+
const {CircomJS} = require("@zefi/circomjs")
3434

3535
const main = async() => {
3636
const circomjs = new CircomJS()
@@ -54,7 +54,7 @@ main()
5454
### Verify proofs
5555

5656
```javascript
57-
const {CircomJS} = require("circomjs")
57+
const {CircomJS} = require("@zefi/circomjs")
5858

5959
const main = async() => {
6060
const circomjs = new CircomJS()

0 commit comments

Comments
 (0)