Skip to content

Commit c59f68b

Browse files
update readme
1 parent bbcfa14 commit c59f68b

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,17 @@ If yours isn't available then pip will attempt to build from source, so you will
2424
There are three different ways of using this binding. You only need to pick one method, but you
2525
can combine two methods in one program if you want to.
2626

27-
If you are familiar with C coding and the Raylib C library and you want to use an exact copy of
28-
the C API, choose raylib.static.
27+
### If you are familiar with C coding and the Raylib C library and you want to use an exact copy of the C API
2928

30-
If you prefer a slightly more Pythonistic API and don't mind it might be slightly slower, choose
31-
raylib.pyray.
29+
Use [raylib.static](https://electronstudio.github.io/raylib-python-cffi/raylib.html).
3230

33-
If you insist on dynamic bindings and don't care that they are slower and less safe, choose
34-
raylib.dynamic.
31+
### If you prefer a slightly more Pythonistic API and don't mind it might be slightly slower
32+
33+
Use [raylib.pyray](https://electronstudio.github.io/raylib-python-cffi/pyray.html).
34+
35+
### If you insist on dynamic bindings and don't care that they are slower and less safe
36+
37+
Use [raylib.dynamic](https://electronstudio.github.io/raylib-python-cffi/dynamic.html).
3538

3639

3740

0 commit comments

Comments
 (0)