From 186afa6902824c2369688f7ef02fe69d227d08c4 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Sat, 2 Oct 2021 21:23:23 +0200 Subject: [PATCH] Update getting started in readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 342d57ba..57fa02bf 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,9 @@ dependencies: ```toml # crates.io release -ruma = { version = "0.3.0", features = [...] } -# git dependency (the next branch contains some breaking changes main doesn't) -ruma = { git = "https://github.com/ruma/ruma", branch = "next", features = [...] } +ruma = { version = "0.3.0", features = ["..."] } +# git dependency +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