Skip to content

Commit d7139c5

Browse files
authored
Updated article title
1 parent d7c43e3 commit d7139c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

django-pagination/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Django Project: Python Wiki
22

3-
This repository contains the source code for the Django project that you'll complete in the [Real Python Django Pagination Article](https://realpython.com/django-pagination/).
3+
This repository contains the source code for the Django project that you'll complete in Real Python's [Pagination for a User-Friendly Django App](https://realpython.com/django-pagination/).
44

55
## Create the Django Project
66

@@ -49,7 +49,7 @@ Run the Django migrations:
4949
(venv) $ python manage.py migrate
5050
```
5151

52-
This will create the tables for the Python Wiki project in your database.
52+
This will create the tables for the Python wiki project in your database.
5353

5454
## Add the Python Keywords Data
5555

0 commit comments

Comments
 (0)