Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
glihm authored Jul 25, 2024
1 parent 520d77f commit 65a1e49
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,14 @@

### Crates

- [algebra](./crates/src/algebra)
- [defi](./crates//src/defi/)
- [hex map](./crates/src/map/hex)
- [random](./crates/src/random)
- [security](./crates/src/security)

### Examples using the Origami
- [Simplex noise hex map](./examples/hex_map)
- [Market](./examples/market)
- [Projectile](./examples/projectile)
- [algebra](./crates/algebra)
- [defi](./crates/defi/)
- [map](./crates/map)
- [random](./crates/random)
- [rating](./crates/rating)
- [security](./crates/security)
- [token](./crates/token)
- [governance](./crates/governance)

### Easy integration into your project

Expand All @@ -49,7 +47,7 @@ Add the following to your `[dependencies]`:

```toml
[dependencies]
origami = { git = "https://github.com/dojoengine/origami.git" }
origami_token = { 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 65a1e49

Please sign in to comment.