Skip to content

Commit 2ac1c91

Browse files
authored
Update README.md
1 parent a2ff42b commit 2ac1c91

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This export script will allow you to create custom attributes while developing d
1313

1414
Finally, export script will move all html/css/js/img generated by Bootstrap Studio to a `DJANGO_PROJECT`.
1515

16-
Django is having an application based architecture, **Bootstrap Studio developement must match this architecture, create app subfolder and move file inside it.**
16+
Django is having an application based architecture, **Bootstrap Studio developement must follow this architecture, create app subfolder and move file inside it.**
1717

1818
## Installation
1919

@@ -41,8 +41,7 @@ Available varibles:
4141
- `VIRTUAL_ENV` **(optionnal)** : relative path of virtual env directory, **MUST BE** within this script folder.
4242

4343
#### Test
44-
To see if everything is running properly.
45-
`python -m unittest discover test`
44+
To see if everything is running properly : `python -m unittest discover test`
4645

4746
## Features
4847

0 commit comments

Comments
 (0)