diff options
| author | Ray <[email protected]> | 2023-09-12 11:46:31 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2023-09-12 11:46:31 +0200 |
| commit | f0e022b3e53927613efc3f2616c3f8bd00c499ac (patch) | |
| tree | 5be2891a87590081463a6d1c1733a962ebfe12a4 | |
| parent | 45dfd8e313fd3949097f560b06a00eb43bfc22ec (diff) | |
| download | raylib.com-f0e022b3e53927613efc3f2616c3f8bd00c499ac.tar.gz raylib.com-f0e022b3e53927613efc3f2616c3f8bd00c499ac.zip | |
Update examples.html
| -rw-r--r-- | examples.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples.html b/examples.html index 492d5cb..fcb298a 100644 --- a/examples.html +++ b/examples.html @@ -86,7 +86,8 @@ <p id="matches_counter"></p> </div> - <p>raylib examples have a stars system to rate example complexity. One star (⭐️☆☆☆) for the basic examples and four stars (⭐⭐️⭐️⭐) for the most complex ones.</p> + <p>raylib examples are rated by complexity with stars. One star (⭐️☆☆☆) for the basic examples and four stars (⭐⭐️⭐️⭐) for the most complex ones.</p> + <br> <!-- Items container, filled when loading --> <div id="container"></div> |
