Skip to content

Commit 584c1d5

Browse files
committed
Tweaking the README
1 parent 995a6a0 commit 584c1d5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,17 @@ in the file "LICENSE.txt".
1919
Information on building SDL with CMake is available in [README-cmake.md](README-cmake.md)
2020

2121
The best way to learn how to use SDL is to check out the header files in
22-
the "include" subdirectory and the programs in the "test" subdirectory.
22+
the "include" subdirectory and the programs in the "examples" subdirectory.
2323
The header files and test programs are well commented and always up to date.
2424

2525
Information on reporting bugs and contributing is available in [README-contributing.md](README-contributing.md)
2626

2727
More documentation and FAQs are available online at [the wiki](http://wiki.libsdl.org/)
2828

29-
- [High DPI Support](README-highdpi.md)
30-
- [main()](README-main-functions.md)
31-
- [Porting information](README-porting.md)
3229
- [Migrating from SDL 2.0](README-migration.md)
3330
- [Supported Platforms](README-platforms.md)
31+
- [main()](README-main-functions.md)
32+
- [High DPI Support](README-highdpi.md)
3433
- [Touch](README-touch.md)
3534
- [Versions](README-versions.md)
3635
- [Visual Studio](README-visualc.md)
@@ -48,6 +47,7 @@ More documentation and FAQs are available online at [the wiki](http://wiki.libsd
4847
- [RISC OS](README-riscos.md)
4948
- [Windows GDK](README-gdk.md)
5049
- [Windows](README-windows.md)
50+
- [Porting information](README-porting.md)
5151

5252
If you need help with the library, or just want to discuss SDL related
5353
issues, you can join the [SDL Discourse](https://discourse.libsdl.org/),

0 commit comments

Comments
 (0)