Skip to content

Commit d229d82

Browse files
authored
Language edit
1 parent ca17ee8 commit d229d82

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

django-vue-graphql/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Build a Blog Using Django, Vue, and GraphQL
22

3-
## Starting the backend Django application
3+
## Starting the back-end Django application
44

55
In a new terminal tab:
66

7-
1. Install the backend requirements in the environment of your choice:
7+
1. Install the back-end requirements in the environment of your choice:
88
```shell
99
$ cd /path/to/repo/tutorial-drafts/articles/django-vue-graphql/source_code/backend/
1010
$ python3 -m pip install -r requirements.txt
@@ -22,11 +22,11 @@ In a new terminal tab:
2222
$ python manage.py runserver
2323
```
2424

25-
## Starting the frontend Vue application
25+
## Starting the front-end Vue application
2626

2727
In a new terminal tab:
2828

29-
1. Install the frontend requirements:
29+
1. Install the front-end requirements:
3030
```shell
3131
$ cd /path/to/repo/tutorial-drafts/articles/django-vue-graphql/source_code/frontend/
3232
$ npm install
@@ -51,5 +51,5 @@ In a new terminal tab:
5151
## Try the GraphQL API yourself
5252

5353
1. Visit [the GraphiQL interface](https://localhost:8000/graphql)
54-
1. View the **Docs** panel on the top right
54+
1. View the *Docs* panel on the top right
5555
1. Create some queries—the available information should auto-populate!

0 commit comments

Comments
 (0)