diff --git a/README.md b/README.md index d5b79cb..8563d2a 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ The easiest way to import all dependencies needed to interact with Pragma on Sta ## Usage -```bash -scarb add pragma --git https://github.com/astraly-labs/pragma-lib +```shell +scarb add pragma_lib --git https://github.com/astraly-labs/pragma-lib ``` **BTC/USD Spot Median Price** diff --git a/Scarb.toml b/Scarb.toml index 5ee6e29..9aee5a7 100644 --- a/Scarb.toml +++ b/Scarb.toml @@ -1,6 +1,8 @@ [package] name = "pragma_lib" version = "1.0.0" +description = "Types and Dispatchers to interact with pragma" +homepage = "https://github.com/astraly-labs/pragma-oracle/tree/main" [lib]