diff --git a/GoogleSheetsTutorial.ipynb b/GoogleSheetsTutorial.ipynb
index 88d21fed24ddda60d091e07d01bc0665055903f9..ad1ea02b5897e723465ba4d36da503760fc14847 100644
--- a/GoogleSheetsTutorial.ipynb
+++ b/GoogleSheetsTutorial.ipynb
@@ -24,6 +24,7 @@
    ]
   },
   {
+   "attachments": {},
    "cell_type": "markdown",
    "metadata": {
     "id": "yTqEB1KKhshX"
@@ -34,15 +35,14 @@
     "    (you must use your personal email not your MSU email)\n",
     "2. Inside that project enable the Google sheets API and Google Drive for your new project\n",
     "    1. This is found by using the search bar to search for Google API and Google Drive\n",
-    "3. Create a Google service account through the Google developer portal\n",
-    "4. Go to “APIs & Services > Credentials” and choose “Create credentials > Service account key”.\n",
-    "5. Fill out the form (making sure to add editor privledges to the service account)\n",
-    "6. Click “Create” and “Done”.\n",
-    "7. Press “Manage service accounts” above Service Accounts.\n",
-    "8. Press on ⋮ near recently created service account and select “Manage keys” and then click on “ADD KEY > Create new key”.\n",
-    "9. Select JSON key type and press “Create”.\n",
-    "10. In your python file import gspread\n",
-    "11. Copy Json key into python file as a dictionary\n",
+    "3. Go to “APIs & Services > Credentials” and choose  “Create credentials > Service Account\".\n",
+    "4. Fill out the form (making sure to add editor privledges to the service account)\n",
+    "5. Click “Create” and “Done”.\n",
+    "6. Press “Manage service accounts” above Service Accounts.\n",
+    "7. Press on ⋮ near recently created service account and select “Manage keys” and then click on “ADD KEY > Create new key”.\n",
+    "8. Select JSON key type and press “Create”.\n",
+    "9. In your python file import gspread\n",
+    "10. Copy Json key into python file as a dictionary\n",
     "\n",
     "\n",
     "for more information/ documentation on gspread head here\n",