diff --git a/Django REST Framework Guide/1_Setup.md b/Django REST Framework Guide/1_Setup.md index 8ed2dc1..476eba6 100644 --- a/Django REST Framework Guide/1_Setup.md +++ b/Django REST Framework Guide/1_Setup.md @@ -20,7 +20,7 @@ You will need to install the latest version of Python (version 3.11.2 as of 2/19 [https://www.python.org/downloads/](https://www.python.org/downloads/ "https://www.python.org/downloads/") -During the installation, make sure to check **Add Python 3.x to PATH** +During the installation, make sure to check **Add Python 3.x to PATH** ![373ea207d1abd6f0a734506d8ab4acbc_MD5](_resources/1_Setup/373ea207d1abd6f0a734506d8ab4acbc_MD5.jpg) @@ -72,4 +72,4 @@ This guide does not cover the proper usage of Git and so you may need to look up ![6198958f0bad6ed532a840df3435ad23_MD5](_resources/1_Setup/6198958f0bad6ed532a840df3435ad23_MD5.jpg) You can proceed with the typical installation using defaults (no need to change anything), just click Next/Install. -With that out of the way, you can proceed to setting up your Django REST Framework project. \ No newline at end of file +With that out of the way, you can proceed to setting up your Django REST Framework project. diff --git a/README.md b/README.md index f717d08..8e636ed 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ -Notes may appear broken when viewed in GitHub or Gitea due to GitHub Flavored Markdown (GHFM) limitations. Be sure to view the notes at [notes.06222001.xyz](https://notes.06222001.xyz) instead. +A Git-mirrored copy of my blog posts, guides, and public notes #### Resource List - [Django REST Framework Setup](Django%20REST%20Framework%20Guide/1_Setup.md) -