Update getting started in readme
This commit is contained in:
parent
330754e6f8
commit
186afa6902
@ -24,9 +24,9 @@ dependencies:
|
|||||||
|
|
||||||
```toml
|
```toml
|
||||||
# crates.io release
|
# crates.io release
|
||||||
ruma = { version = "0.3.0", features = [...] }
|
ruma = { version = "0.3.0", features = ["..."] }
|
||||||
# git dependency (the next branch contains some breaking changes main doesn't)
|
# git dependency
|
||||||
ruma = { git = "https://github.com/ruma/ruma", branch = "next", features = [...] }
|
ruma = { git = "https://github.com/ruma/ruma", branch = "main", features = ["..."] }
|
||||||
```
|
```
|
||||||
|
|
||||||
`ruma` re-exports all of the other crates, so you don't have to worry about
|
`ruma` re-exports all of the other crates, so you don't have to worry about
|
||||||
|
Loading…
x
Reference in New Issue
Block a user