Skip to content

Commit e39a3c8

Browse files
Update README.md
1 parent e86b7d5 commit e39a3c8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Django Core
22

3-
Minimal Django project with Docker support - actively supported by [AppSeed](https://appseed.us/) via `Email` and `Discord`.
3+
Minimal **Django** project with `Docker` support - actively supported by [AppSeed](https://appseed.us/) via `Email` and `Discord`.
44

5-
> Features:
5+
> Features:
66
77
-`Up-to-date Dependencies`
88
-`Docker`
@@ -11,7 +11,7 @@ Minimal Django project with Docker support - actively supported by [AppSeed](htt
1111

1212
## ✨ Start the app in Docker
1313

14-
> **Step 1** - Download the code from the GH repository (using `GIT`)
14+
> 👉 **Step 1** - Download the code from the GH repository (using `GIT`)
1515
1616
```bash
1717
$ git clone https://github.com/app-generator/core-django.git
@@ -20,7 +20,7 @@ $ cd core-django
2020

2121
<br />
2222

23-
> **Step 2** - Start the APP in `Docker`
23+
> 👉 **Step 2** - Start the APP in `Docker`
2424
2525
```bash
2626
$ docker-compose up --build
@@ -69,4 +69,4 @@ $ python manage.py runserver
6969
At this point, the app runs at `http://127.0.0.1:8000/`.
7070

7171
---
72-
**Django Core** - Minimal Django core provided by **[AppSeed](https://appseed.us/)**
72+
**Django Core** - Minimal **Django** core provided by **[AppSeed](https://appseed.us/)**

0 commit comments

Comments
 (0)