aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Silas Bartha <silas@exvacuum.dev>2024-04-23 17:23:01 -0400
committerLibravatar GitHub <noreply@github.com>2024-04-23 17:23:01 -0400
commit4d815c19c4cca9eeee978027d4c712b7b826cd6c (patch)
tree62e5a152de05e8989d48d050c7f3b038b8943403 /README.md
parentb14598adf295d9d09f1e5b632eca565de331fa3a (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 88397e1..56b74fa 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ fn main() {
DefaultPlugins,
grex_outline_post_process::OutlinePostProcessPlugin,
))
- .insert(Msaa::Off)
+ .insert_resource(Msaa::Off)
.run();
}
```