Skip to content

Commit 1ba327d

Browse files
Update README.md
1 parent c299dec commit 1ba327d

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
@@ -24,7 +24,7 @@ Open-Source **[Flask](https://appseed.us/apps/flask-apps)** starter coded with b
2424

2525
<br />
2626

27-
## Quick Start in [Docker](https://www.docker.com/)
27+
## Quick Start in `Docker`
2828

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

4848
<br />
4949

50-
## Build from sources
50+
## Build from sources
5151

5252
```bash
5353
$ # Clone the sources
@@ -87,7 +87,7 @@ $ # Access the app in browser: http://127.0.0.1:5000/
8787
8888
<br />
8989

90-
## Code-base structure
90+
## Code-base structure
9191

9292
The project has a super simple structure, represented as bellow:
9393

@@ -141,7 +141,7 @@ The project has a super simple structure, represented as bellow:
141141

142142
<br />
143143

144-
## Recompile CSS
144+
## Recompile CSS
145145

146146
To recompile SCSS files, follow this setup:
147147

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

185185
<br />
186186

187-
## Deployment
187+
## Deployment
188188

189189
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/).
190190

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

266266
<br />
267267

268-
## Credits & Links
268+
## Credits & Links
269269

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

0 commit comments

Comments
 (0)