diff --git a/README.md b/README.md
index 7a84dab0a9c6b865dff433f2267e69749e4c6851..83cadbbda4595374917bf3e8fb00f845d2b65c72 100644
--- a/README.md
+++ b/README.md
@@ -44,9 +44,9 @@ Kayak UI is in the very early stages of development. Important features are miss
 Use bevy main! Make sure the version of Kayak you are using uses the same version of bevy.
 
 ```rust
-kayak_ui = { git="https://github.com/StarArawn/kayak_ui", rev="{INSERT_COMMIT_SHA_HERE}", features = ["bevy_renderer"] }
+kayak_ui = { git="https://github.com/StarArawn/kayak_ui", rev="{INSERT_COMMIT_SHA_HERE}" }
 bevy = { git = "https://github.com/bevyengine/bevy", rev="4bcf49b2ea6fb5f42388b0e15d204020053ee5c7" }
 ```
 
 ## Check out the book!
-[Kayak UI Book](./book/src/SUMMARY.md)
\ No newline at end of file
+[Kayak UI Book](./book/src/SUMMARY.md)