Skip to content

Commit

Permalink
📝 Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
bal7hazar committed Oct 2, 2024
1 parent 2e7fba4 commit 5f2a6f2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ It provides a set of powerful tools and libraries that enable game developers to
- [Algebra](./crates/algebra)
- [Defi](./crates/defi/)
- [Map](./crates/map)
- [Physics](./crates/physics)
- Physics (WIP)
- [Random](./crates/random)
- [Rating](./crates/rating)
- [Security](./crates/security)
Expand All @@ -55,7 +55,8 @@ Add the following to your `[dependencies]`:

```toml
[dependencies]
origami_token = { git = "/~https://github.com/dojoengine/origami" }
origami_random = { git = "/~https://github.com/dojoengine/origami" }
origami_map = { git = "/~https://github.com/dojoengine/origami" }
```

Now you will be able to use origami like any other Cairo package!
Expand Down

0 comments on commit 5f2a6f2

Please sign in to comment.