Skip to content

Commit

Permalink
Merge 0f0c99f into 4fd774a
Browse files Browse the repository at this point in the history
  • Loading branch information
btuduri committed Jul 4, 2019
2 parents 4fd774a + 0f0c99f commit 4b14803
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/create_app.md
Expand Up @@ -37,7 +37,7 @@ Sailor values convention over configuration to make our tasks easier. That's why
`/conf` - Contains configuration files, open and edit them to suit your needs.


`/controllers` - Contais a default controller and will contain other controllers you will make!
`/controllers` - Contains a default controller and will contain other controllers you will make!


`/themes` - Contains themes. Themes are folders that contain regular HTML + CSS + Javascript. Except that pages are named .lp instead of .html and you will place one {{content}} where you want your app views to be rendered.
Expand Down Expand Up @@ -66,4 +66,4 @@ Sailor values convention over configuration to make our tasks easier. That's why
`start-server.lua` - This file will be used for those who want to run Sailor using Xavante server. If that's the case you only need to install Xavante using luarocks and execute this file to put your app up.


`.htaccess` - This files sets some stuff for those who use Apache2 as a webserver.
`.htaccess` - This files sets some stuff for those who use Apache2 as a webserver.

0 comments on commit 4b14803

Please sign in to comment.