Skip to content

Commit d8806b9

Browse files
Update README.md
1 parent d78197c commit d8806b9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Open-source **[Flask Dashboard](https://appseed.us/admin-dashboards/flask)** gen
2323

2424
<br />
2525

26-
## Quick Start in `Docker`
26+
## Quick Start in `Docker`
2727

2828
> Get the code
2929
@@ -46,7 +46,7 @@ Visit `http://localhost:85` in your browser. The app should be up & running.
4646

4747
<br />
4848

49-
## How to use it
49+
## How to use it
5050

5151
```bash
5252
$ # Get the code
@@ -89,7 +89,7 @@ $ # Access the dashboard in browser: http://127.0.0.1:5000/
8989
9090
<br />
9191

92-
## Code-base structure
92+
## Code-base structure
9393

9494
The project is coded using blueprints, app factory pattern, dual configuration profile (development and production) and an intuitive structure presented bellow:
9595

@@ -162,7 +162,7 @@ The project is coded using blueprints, app factory pattern, dual configuration p
162162

163163
<br />
164164

165-
## Recompile CSS
165+
## Recompile CSS
166166

167167
To recompile SCSS files, follow this setup:
168168

@@ -205,7 +205,7 @@ The generated file is saved in `static/assets/css` directory.
205205

206206
<br />
207207

208-
## Deployment
208+
## Deployment
209209

210210
The app is provided with a basic configuration to be executed in [Docker](https://www.docker.com/), [Heroku](https://www.heroku.com/), [Gunicorn](https://gunicorn.org/), and [Waitress](https://docs.pylonsproject.org/projects/waitress/en/stable/).
211211

@@ -286,7 +286,7 @@ Visit `http://localhost:8001` in your browser. The app should be up & running.
286286

287287
<br />
288288

289-
## Credits & Links
289+
## Credits & Links
290290

291291
- [Flask Framework](https://www.palletsprojects.com/p/flask/) - The offcial website
292292
- [Boilerplate Code](https://appseed.us/boilerplate-code) - Index provided by **AppSeed**

0 commit comments

Comments
 (0)