Skip to content

Commit

Permalink
Remove asset directory prefixes from existing section in README example
Browse files Browse the repository at this point in the history
  • Loading branch information
jackTabsCode committed Aug 6, 2024
1 parent d3e1b07 commit da210af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ type = "user"
id = 9670971

[existing]
"test/some_sound_on_roblox.ogg" = { id = 123456789 }
"test/some_image_on_roblox.png" = { id = 987654321 }
"some_sound_on_roblox.ogg" = { id = 123456789 }
"some_image_on_roblox.png" = { id = 987654321 }
```

</details>
Expand Down

0 comments on commit da210af

Please sign in to comment.