aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2013-07-31 12:53:43 +0100
committerStruan Donald <struan@exo.org.uk>2013-07-31 12:53:43 +0100
commit536836156c09eb4adbf0287f87dbb41d378bac2b (patch)
tree8dbcdbed9642fae27053198d69d77ecd76cffc5a
parent20e6347d895da5fcf19d98036fb28fb7eeaf82b4 (diff)
Format README lists for markdown display
-rw-r--r--README.md24
1 files changed, 12 insertions, 12 deletions
diff --git a/README.md b/README.md
index 77a053d..cf6a53b 100644
--- a/README.md
+++ b/README.md
@@ -23,21 +23,21 @@ symbolic link, on iOS by a build script.
Basic structure
---------------
-Android - android project
-iPhone - iOS version
-src - JS, HTML, CSS and image files
-templates - templates with strings to be translated
-locale - gettext translation files
-bin - helper scripts for translation
+* Android - android project
+* iPhone - iOS version
+* src - JS, HTML, CSS and image files
+* templates - templates with strings to be translated
+* locale - gettext translation files
+* bin - helper scripts for translation
src Stucture
------------
-css - css files
-js - project javascript files
-js/views - backbone view files
-js/models - backgone model files
-jslib - third party javascript libraries and files
-templates - underscore templates for the pages
+* css - css files
+* js - project javascript files
+* js/views - backbone view files
+* js/models - backgone model files
+* jslib - third party javascript libraries and files
+* templates - underscore templates for the pages
Translation
-----------