Skip to content

Commit cb4a9f8

Browse files
committed
added branch specification to readme
1 parent e0acd6f commit cb4a9f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/storage/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ secret-toolkit = { version = "0.3", default-features = false, features = ["utils
1515
for the release versions, or
1616

1717
```toml
18-
secret-toolkit = { git = "https://github.com/scrtlabs/secret-toolkit.git", default-features = false, features = ["utils", "storage", "serialization"]}
18+
secret-toolkit = { git = "https://github.com/scrtlabs/secret-toolkit", branch = "master", default-features = false, features = ["utils", "storage", "serialization"]}
1919
```
2020

2121
for the github version. We also import the `serialization` feature in case we want to switch to using Json instead of Bincode2 to serialize/deserialize data.

0 commit comments

Comments
 (0)