diff --git a/etc/blog.md b/etc/blog.md index 7002e4c..fdb6ca1 100644 --- a/etc/blog.md +++ b/etc/blog.md @@ -1,6 +1,7 @@ ## Table of contents: 1. Introduction -2. Ajax authentication +2. PRE-requisites +3. Ajax authentication ### Introduction @@ -11,7 +12,7 @@ Following are two scenarios that we'll implement in this tutorial: 1. Ajax Authentication 2. JWT Token Authentication -### PRE-requisites +### PRE-requisites Please check out the sample code/project from the following GitHub repository: https://github.com/svlada/springboot-security-jwt before you proceed.