From d274267963391767d1a1a4985000918533c85227 Mon Sep 17 00:00:00 2001 From: 0xevolve Date: Thu, 7 Dec 2023 00:14:53 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- Scarb.toml | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) 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]