summaryrefslogtreecommitdiff
path: root/docs/README-nacl.md
diff options
context:
space:
mode:
authorPhilipp Wiesemann <philipp.wiesemann@arcor.de>2014-08-15 23:39:14 +0200
committerPhilipp Wiesemann <philipp.wiesemann@arcor.de>2014-08-15 23:39:14 +0200
commit90e4ea41a16138d911df4d54643385245ef9c9ad (patch)
tree29546bfc82d988afa299d6c8a26472fe347a494f /docs/README-nacl.md
parentab5add110e416628019cb94129042dc194c20970 (diff)
downloadsdl-90e4ea41a16138d911df4d54643385245ef9c9ad.tar.gz
Fixed markdown formatting in READMEs.
Diffstat (limited to 'docs/README-nacl.md')
-rw-r--r--docs/README-nacl.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/README-nacl.md b/docs/README-nacl.md
index b664f05ee..4c9432b69 100644
--- a/docs/README-nacl.md
+++ b/docs/README-nacl.md
@@ -2,9 +2,9 @@ Native Client
================================================================================
Requirements:
-
- * Native Client SDK (https://developer.chrome.com/native-client),
- (tested with Pepper version 33 or higher).
+
+* Native Client SDK (https://developer.chrome.com/native-client),
+ (tested with Pepper version 33 or higher).
The SDL backend for Chrome's Native Client has been tested only with the PNaCl
toolchain, which generates binaries designed to run on ARM and x86_32/64
@@ -91,9 +91,9 @@ To be able to save into the directory "/save/" (like backup of game) :
And add to manifest.json :
- "permissions": [
- "unlimitedStorage"
- ]
+ "permissions": [
+ "unlimitedStorage"
+ ]
================================================================================
TODO - Known Issues