From 00e31aaece1823c387afdc41e4fb1fdb9c369782 Mon Sep 17 00:00:00 2001 From: Niklas Eicker Date: Sat, 23 Mar 2024 00:33:39 +0100 Subject: [PATCH] File endings are no longer required --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d1a509..ca1c7f7 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ struct Level { ``` With the types ready, you can start adding asset plugins. Every plugin gets the asset type that it is supposed to load -as a generic parameter. You also need to configure custom file endings for each plugin: +as a generic parameter. You can also configure custom file endings for each plugin: ```rust no_run use bevy::prelude::*; use bevy_common_assets::json::JsonAssetPlugin;