frontend-utils: Fix typo in README

This commit is contained in:
Daniel Jacobs 2024-04-09 14:39:49 -04:00
parent 752ced391c
commit 0f1cdf491d
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ See [the ruffle-bundle.toml file specification](#ruffle-bundletoml-file-specific
### `content/` (Flash content) ### `content/` (Flash content)
Every file (and subdirectory) within this directory will be accessible to the Flash content, exposed as a **virtual filesystem**. Every file (and subdirectory) within this directory will be accessible to the Flash content, exposed as a **virtual filesystem**.
To Flash content, this is accessible through `file:///` - for example, the file `/content/game.swf` is `file:///content.swf`. To Flash content, this is accessible through `file:///` - for example, the file `/content/game.swf` is `file:///game.swf`.
The file `/content/locale/en.xml` is `file:///locale/en.xml`. The file `/content/locale/en.xml` is `file:///locale/en.xml`.
You'll want to put the `.swf` file in here, along with any extra files it may need. Files outside this directory are **not** accessible to the content. You'll want to put the `.swf` file in here, along with any extra files it may need. Files outside this directory are **not** accessible to the content.