aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRapptz <[email protected]>2015-11-30 20:24:17 -0500
committerRapptz <[email protected]>2015-11-30 20:24:41 -0500
commit5a666c3f0dc2ecc60ca8320e50f391c6dee19e51 (patch)
treea6d061adec715daf79e4950bca708cad17252f51 /README.md
parentDon't silently swallow ValueError thrown from on_channel_delete. (diff)
downloaddiscord.py-5a666c3f0dc2ecc60ca8320e50f391c6dee19e51.tar.xz
discord.py-5a666c3f0dc2ecc60ca8320e50f391c6dee19e51.zip
Point to the docs in the README and clear up notes on breaking changes
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 11 insertions, 9 deletions
diff --git a/README.md b/README.md
index 51cd909d..120d1878 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,17 @@
discord.py is an API wrapper for Discord written in Python.
-This was written to allow easier writing of bots or chat logs.
+This was written to allow easier writing of bots or chat logs. Make sure to familiarise yourself with the API using the [documentation][doc].
+
+[doc]: http://rapptz.github.io/discord.py/
+
+### Breaking Changes
+
+The discord API is constantly changing and the wrapper API is as well. There will be no effort to keep backwards compatibility in versions before `v1.0.0`.
+
+I recommend that you follow the discussion in the [unofficial Discord API discord channel][ch] and update your installation periodically through `pip install --upgrade discord.py`. I will attempt to make note of breaking changes in the API channel.
+
+[ch]: https://discord.gg/0SBTUU1wZTUzBx2q
## Installing
@@ -26,14 +36,6 @@ pip install git+https://github.com/Rapptz/discord.py@develop
Note that this requires `git` to be installed.
-### This module is alpha!
-
-The discord API is constantly changing and the wrapper API is as well. There will be no effort to keep backwards compatibility.
-
-I recommend that you follow the discussion in the [unofficial Discord API discord channel][ch] and update your installation periodically through `pip install --upgrade discord.py`.
-
-[ch]: https://discord.gg/0SBTUU1wZTUzBx2q
-
## Quick Example
```py