Skip to content

Commit a6c927e

Browse files
committed
Fixed some rst syntax in README.rst
1 parent 84a8b8e commit a6c927e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ or to test the master branch::
4646
pip install git+https://github.com/kivy/python-for-android.git
4747

4848
The executable is called ``python-for-android`` or ``p4a`` (both are
49-
equivalent). To test that the installation worked, try
49+
equivalent). To test that the installation worked, try::
5050

5151
python-for-android recipes
5252

@@ -55,7 +55,7 @@ This should return a list of recipes available to be built.
5555
To build any distributions, you need to set up the Android SDK and NDK
5656
as described in the documentation linked above.
5757

58-
If you did this, to build an APK with SDL2 you can try e.g.
58+
If you did this, to build an APK with SDL2 you can try e.g.::
5959

6060
p4a apk --requirements=kivy --private /home/asandy/devel/planewave_frozen/ --package=net.inclem.planewavessdl2 --name="planewavessdl2" --version=0.5 --bootstrap=sdl2
6161

0 commit comments

Comments
 (0)