Skip to content

Commit 2a9ffcc

Browse files
authored
Update README.md
1 parent b4e586f commit 2a9ffcc

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ raylib uses internally some libraries for window/graphics/inputs management and
5353

5454
basic example
5555
--------------
56-
This is a basic raylib example, it creates a window and it draws the text `"Congrats! You created your first window!"` in the middle of the screen. This example can be seen [running live in web here](https://www.raylib.com/examples/web/core/loader.html?name=core_basic_window).
56+
This is a basic raylib example, it creates a window and it draws the text `"Congrats! You created your first window!"` in the middle of the screen. Check this example [running live on web here](https://www.raylib.com/examples/web/core/loader.html?name=core_basic_window).
5757
```c
5858
#include "raylib.h"
5959

@@ -128,7 +128,9 @@ raylib has been developed on Windows platform using [Notepad++](https://notepad-
128128
learning and docs
129129
------------------
130130
131-
raylib is designed to be learned using the examples as the main reference. There is no a standard API documentation, just a **cheatsheet** containing all the functions available on the library and a short description of each one, input parameters and result value should be intuitive just seing the naming. Some additional documentation about raylib design can be found in raylib GitHub Wiki. Here the more relevant links:
131+
raylib is designed to be learned using [the examples](https://github.com/raysan5/raylib/tree/master/examples) as the main reference. There is no standard API documentation but there is a [**cheatsheet**](https://www.raylib.com/cheatsheet/cheatsheet.html) containing all the functions available on the library and a short description of each one of them, input parameters and result value names should be intuitive enough to understand how each function works.
132+
133+
Some additional documentation about raylib design can be found in raylib GitHub Wiki. Here the more relevant links:
132134
133135
- [raylib cheatsheet](https://www.raylib.com/cheatsheet/cheatsheet.html)
134136
- [raylib architecture](https://github.com/raysan5/raylib/wiki/raylib-architecture)
@@ -140,7 +142,7 @@ raylib is designed to be learned using the examples as the main reference. There
140142
contact and networks
141143
---------------------
142144
143-
raylib is present in several networks and raylib community is growing everyday. Feel free to join us in any of these networks.
145+
raylib is present in several networks and raylib community is growing everyday. If you are using raylib and enjoying it, feel free to join us in any of these networks. The most active network is our [Discord server](https://discord.gg/raylib)! :)
144146
145147
- Webpage: [http://www.raylib.com](http://www.raylib.com)
146148
- Discord: [https://discord.gg/raylib](https://discord.gg/raylib)
@@ -150,8 +152,6 @@ raylib is present in several networks and raylib community is growing everyday.
150152
- Patreon: [https://www.patreon.com/raylib](https://www.patreon.com/raylib)
151153
- YouTube: [https://www.youtube.com/channel/raylib](https://www.youtube.com/c/raylib)
152154
153-
If you are using raylib and enjoying it, please, join our [Discord server](https://discord.gg/raylib) and let us know! :)
154-
155155
license
156156
-------
157157

0 commit comments

Comments
 (0)