diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-08-27 23:10:35 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-08-27 23:10:35 +0200 |
commit | ac9e1d02e46266ed4f6ef7e6f206f52c0ae7491b (patch) | |
tree | 924aeaabad1615e85450a6dc44c13a4a78a028b9 /CONTRIBUTING.md | |
parent | 006f3688709fe20c7fc1274eff65f83a96fd011b (diff) | |
download | skyhanni-ac9e1d02e46266ed4f6ef7e6f206f52c0ae7491b.tar.gz skyhanni-ac9e1d02e46266ed4f6ef7e6f206f52c0ae7491b.tar.bz2 skyhanni-ac9e1d02e46266ed4f6ef7e6f206f52c0ae7491b.zip |
changed internal format of CONTRIBUTING.md
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ec300ebdc..479c7bd2d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -80,8 +80,10 @@ accidentally. ## DiscordIPC DiscordIPC is a service that SkyHanni uses to send information from SkyBlock to Discord in Rich Presence. <br> -Specifically, we use [TirelessTraveler's Fork](https://github.com/ILikePlayingGames/DiscordIPC) of a fork of a fork of the [original](https://github.com/jagrosh/DiscordIPC). -For info on usage, look at [DiscordRPCManager.kt](https://github.com/hannibal002/SkyHanni/blob/beta/src/main/java/at/hannibal2/skyhanni/features/misc/discordrpc/DiscordRPCManager.kt) +Specifically, we use [TirelessTraveler's Fork](https://github.com/ILikePlayingGames/DiscordIPC) of a fork of a fork of +the [original](https://github.com/jagrosh/DiscordIPC). +For info on usage, look +at [DiscordRPCManager.kt](https://github.com/hannibal002/SkyHanni/blob/beta/src/main/java/at/hannibal2/skyhanni/features/misc/discordrpc/DiscordRPCManager.kt) # Coding Styles and Conventions |