diff options
author | 2018-11-24 15:14:57 +0100 | |
---|---|---|
committer | 2018-11-24 15:14:57 +0100 | |
commit | 3d55996b7e738dd06f8c498afeadf6d99385e33d (patch) | |
tree | 85678f3a3b788a3890d2de4fcda3fe71966ccceb /README.md | |
parent | Merge pull request #69 from python-discord/issue/68-with-typing (diff) |
Fix markdown for further reading links
Diffstat (limited to 'README.md')
-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 |