-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README.md to fix link to Discord
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ libultraship (LUS) is a library meant to provide reimplementations of libultra ( | |
LUS uses an asset loading system where data is stored separately from the executable in an archive file ending in `.otr`, which is an [`.mpq`](http://www.zezula.net/en/mpq/main.html) compatible file. This separation the data from the executable follows modern design practices and that it is more mod friendly. All one needs to do is supply a patch `.otr` and the system will automatically replace the data. | ||
|
||
## Contributing | ||
LUS accepts any and all contributions. You can interact with the project via PRs, issues, email ([email protected]), or [Discord](https://discord.gg/RQvdvavB). | ||
LUS accepts any and all contributions. You can interact with the project via PRs, issues, email ([email protected]), or [Discord](https://discord.gg/shipofharkinian). | ||
Please see [CONTRIBUTING.md](https://github.com/Kenix3/libultraship/blob/main/CONTRIBUTING.md) file for more information. | ||
|
||
## Versioning | ||
|