Skip to content

Commit 755ce1a

Browse files
committed
Fix versions in README
1 parent e92f256 commit 755ce1a

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
@@ -35,14 +35,14 @@ Edit `scarb.toml` and add:
3535

3636
```toml
3737
[dependencies]
38-
openzeppelin = "0.20.0"
38+
openzeppelin = "1.0.0"
3939
```
4040

4141
The previous example would import the entire library. We can also add each package as a separate dependency to improve the building time by not including modules that won't be used:
4242

4343
```toml
4444
[dependencies]
45-
openzeppelin_token = "0.20.0"
45+
openzeppelin_token = "1.0.0"
4646
```
4747

4848
Build the project to download it:

0 commit comments

Comments
 (0)