summaryrefslogtreecommitdiff
path: root/CUSTOM.md
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2012-10-08 09:18:35 +0200
committerAzul <azul@leap.se>2012-10-08 09:18:35 +0200
commitc882d882a6506039bf0f2e4c3a673eb30ae9e58d (patch)
tree36949591c58225891c9f7d9ace5a9c3419e193f3 /CUSTOM.md
parent44c06bea22d2824037a7bd3b08ddf0a4c7c9116b (diff)
minor: markdown improvements
Diffstat (limited to 'CUSTOM.md')
-rw-r--r--CUSTOM.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/CUSTOM.md b/CUSTOM.md
index c566c84..67fdac0 100644
--- a/CUSTOM.md
+++ b/CUSTOM.md
@@ -1,11 +1,11 @@
# Customization #
-Leap Web is based on Engines. All things in '''app''' will overwrite the default behaviour. You can either create a new rails app and include the leap_web gem or clone the leap web repository and add your customizations to the '''app''' directory.
+Leap Web is based on Engines. All things in `app` will overwrite the default behaviour. You can either create a new rails app and include the leap_web gem or clone the leap web repository and add your customizations to the `app` directory.
## CSS Customization ##
-We use scss. It's a superset of css3. Add your customizations to '''app/assets/stylesheets'''.
+We use scss. It's a superset of css3. Add your customizations to `app/assets/stylesheets`.
## Disabling an Engine ##
-If you have no use for one of the engines you can remove it from the Gemfile. Not however that your app might still need to provide some functionality for the other engines to work. For example the users engine provides '''current_user''' and other methods.
+If you have no use for one of the engines you can remove it from the Gemfile. Not however that your app might still need to provide some functionality for the other engines to work. For example the users engine provides `current_user` and other methods.