diff --git a/_posts/2021-09-04-portainer-oauth.md b/_posts/2021-09-04-portainer-oauth.md
index 56f6a67..5618fde 100644
--- a/_posts/2021-09-04-portainer-oauth.md
+++ b/_posts/2021-09-04-portainer-oauth.md
@@ -17,7 +17,6 @@ pic07: "/assets/images/portainer_oauth/7.png"
# Github
-
Login into Github and go to https://github.com/settings/profile on the right side menu near the end enter `Developer settings` and select `OAuth Apps`
@@ -31,9 +30,10 @@ Create your app details
`Authorization callback URL`: eg: http://IP:9000
-After Github creates the application click on `Generate a new client secret` and copy ClientID and the Secret
+After Github creates the application click on `Generate a new client secret` and copy `Client ID` and the `Secret` it created.
-
+
+This is it Github Part is finish!