We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5b4097 commit c395893Copy full SHA for c395893
docs/next/getting_started/installation.md
@@ -75,7 +75,7 @@ sycamore = "0.9.0-beta.4"
75
>
76
> ```toml
77
> # Make sure you update the rev to the latest commit hash.
78
-> sycamore = { git = "https://github.com/sycamore-rs/sycamore", rev = "fc640d313e66f9a6af422fae44f4f72fa86280cc" }
+> sycamore = { git = "https://github.com/sycamore-rs/sycamore", rev = "c5b4097" }
79
> ```
80
81
You should now be all set for your Sycamore adventure!
0 commit comments