From 55ef55c9be34b360c8203effe7d2ef15a735429f Mon Sep 17 00:00:00 2001 From: EgoMoose Date: Thu, 20 Apr 2023 10:17:38 -0400 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3c5f858..5c1532d 100644 --- a/README.md +++ b/README.md @@ -16,18 +16,18 @@ tl;dr: Package.getVersionInfo(): {[string]: string} -- returns the RbxCharacterSounds script -Package.get(): ModuleScript +Package.get(): LocalScript -- returns a copy of the RbxCharacterSounds script -Package.getCopy(): ModuleScript +Package.getCopy(): LocalScript -- replaces the RbxCharacterSounds under StarterPlayer.StarterPlayerScripts -- with the provided module script -Package.replace(rbxCharacterSounds: ModuleScript) +Package.replace(rbxCharacterSounds: LocalScript) ``` ## Where's the source? The source is currently pulled to the release branch to keep the main branch free of any automated changes. -The only important file in this repo is [release.yml](.github/workflows/release.yml). The heavy lifting is done by this [tool](https://github.com/UpliftGames/pull-player-scripts). \ No newline at end of file +The only important file in this repo is [release.yml](.github/workflows/release.yml). The heavy lifting is done by this [tool](https://github.com/UpliftGames/pull-player-scripts).