Skip to content

Commit

Permalink
Android: Updated name of README file.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Apr 25, 2016
1 parent 46851a6 commit bb9dcf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android-project/AndroidManifest.xml
Expand Up @@ -24,7 +24,7 @@
then replace "SDLActivity" with the name of your class (e.g. "MyGame")
in the XML below.
An example Java class can be found in README-android.txt
An example Java class can be found in README-android.md
-->
<application android:label="@string/app_name"
android:icon="@drawable/ic_launcher"
Expand Down
2 changes: 1 addition & 1 deletion include/SDL_main.h
Expand Up @@ -63,7 +63,7 @@
/* On Android SDL provides a Java class in SDLActivity.java that is the
main activity entry point.
See README-android.txt for more details on extending that class.
See README-android.md for more details on extending that class.
*/
#define SDL_MAIN_NEEDED

Expand Down

0 comments on commit bb9dcf5

Please sign in to comment.