From b531c19b1669a41c3568ab59c46169ec31db69e8 Mon Sep 17 00:00:00 2001 From: MitchWeaver Date: Thu, 28 Jul 2016 17:54:16 -0500 Subject: [PATCH] update readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f56b601..703adde 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Contents: 4. How should I use it? 5. Where can I get tutorials or documentation for SJGS? 6. How do I play sound in SJGS? - AAA. How can I contribute to SJGS? + 999. How can I contribute to SJGS? -------------------------------------------------------------------------------------- @@ -66,11 +66,11 @@ from media loading and management, physics, input, game loops, window 6) *How can I play sound in SJGS?* > Please include [**JMP3**](https://github.com/MitchWeaver/jmp3) inside your project for this functionality, (made by the same developer). -> SJGS does not come with any sound support native, as all this functionality is provided -> by JMP3. + +> SJGS does not come with any sound support native, as this is provided in JMP3. -AAA) *How can I contribute to SJGS?* +999) *How can I contribute to SJGS?* > [Pull requests](https://help.github.com/articles/using-pull-requests) are always welcome!