Skip to content

Commit

Permalink
add more corrections to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fermartz committed Oct 13, 2022
1 parent 360be75 commit c18bc05
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,21 +63,21 @@ let
additions =
[{ name = "canistergeek"
, repo = "https://github.com/usergeek/canistergeek-motoko"
, version = "v0.0.5"
, dependencies = ["base"] : List Text
, version = "v0.0.1"
, dependencies = ["base", "candy_0_1_10" ]
}] : List Package
```

- Add canistergeek to your `vessel.dhall`:

```dhall
dependencies = [ ..., "canistergeek-motoko" ],
dependencies = [ ..., "canistergeek" ],
```

- Import library in your canister

```motoko
import Canistergeek "mo:canistergeek-motoko/canistergeek";
import Canistergeek "mo:canistergeek/canistergeek";
```


Expand Down
4 changes: 2 additions & 2 deletions mops.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "canistergeek"
version = "0.0.4"
version = "0.0.1"
description = "Canistergeek is the open-source tool for Internet Computer to track your project canisters cycles and memory status and collect log messages."
repository = "https://github.com/usergeek/canistergeek-ic-motoko"
repository = "https://github.com/ORIGYN-SA/canistergeek-motoko"

0 comments on commit c18bc05

Please sign in to comment.