Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EgoMoose authored Apr 20, 2023
1 parent be4c54f commit 55ef55c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
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).

0 comments on commit 55ef55c

Please sign in to comment.