From ad86b14b79195904a14beb4e4ab17eb8f5caffc7 Mon Sep 17 00:00:00 2001 From: Mason Sciotti Date: Wed, 16 Aug 2017 14:00:00 -0700 Subject: [PATCH] Added documentation link to readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 738d654..a138d59 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,10 @@ if you like, or use it as a guide to writing your own if it doesn't suit your ga PRs/feedback welcome if you have an improvement everyone might want, or can describe how this doesn't meet your needs. +## Documentation + +The most up to date documentation for Rich Presence can always be found in our [developer site](https://discordapp.com/developers/docs/topics/rich-presence)! + ## Usage Zeroith, you should be set up to build things because you are a game developer, right? @@ -46,4 +50,4 @@ update on each command. ## Sample: button-clicker This is a sample [Unity](https://unity3d.com/) project that wraps a DLL version of the library, and -sends presence updates when you click on a button. \ No newline at end of file +sends presence updates when you click on a button.