Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Bille committed Jun 27, 2018
1 parent 8aea10e commit 872fbbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,14 @@ Now visit http://127.0.0.1:8004/_status to see the endpoints provided by Taliske

# Brand stores

To create a brand store, create a file with the name of the store in the folder `webapp/configs`. Then run the project with the environment variable WEBAPP setted with the name of the store.
To create a brand store, create a file with the name of the store in the folder `webapp/configs`. Then run the project with the environment variable WEBAPP set with the name of the store.

## Example

Let's create the brand store storePlus. First create the file `webapp/configs/storePlus.py`

```python
# webapp/configs/brand.py
# webapp/configs/storePlus.py

WEBAPP_CONFIG = {
'LAYOUT': '_layout-brandstore.html', # custom layout for brandstores
Expand Down

0 comments on commit 872fbbb

Please sign in to comment.