diff options
author | 2018-12-02 21:00:12 +0100 | |
---|---|---|
committer | 2018-12-02 21:00:12 +0100 | |
commit | 791e2738a1720dc64aa795300a55f6b225d3eb92 (patch) | |
tree | 8238eb27806d6b6756ab7db08388ee8184c141ce | |
parent | Add private board membership total to embed (#82) (diff) | |
parent | Fix markdown for further reading links (diff) |
Merge pull request #76 from SnowyLuma/master
Fix markdown for further reading links
-rwxr-xr-x[-rw-r--r--] | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md index b83421ff..6227a36d 100644..100755 --- a/README.md +++ b/README.md @@ -94,7 +94,8 @@ Now to tell other people what your PR does #### 7. Wait & further reading At this point your PR will either be accepted or a maintainer might request some changes. -So you can read up some more on [https://try.github.io](Git), [https://www.jetbrains.com/help/pycharm/quick-start-guide.html](PyCharm) or you might want to learn more about Python and discord: [https://discordpy.readthedocs.io/en/rewrite/](discord.py rewrite) +You can now read up some more on [Git](https://try.github.io), [PyCharm](https://www.jetbrains.com/help/pycharm/quick-start-guide.html), +or learn more about Python and Discord: [discord.py rewrite](https://discordpy.readthedocs.io/en/rewrite) ### Without PyCharm |