diff --git a/README.md b/README.md
index 8b7b71ad58bb9c2fa1864dd48e1b80f560478cfc..0fbb7164710ea3336b827d1ae5c1613402f946ce 100644
--- a/README.md
+++ b/README.md
@@ -6,36 +6,36 @@ This project requires the use of MongoDB. To use the application a database must
 2. ?Create an organization?
 3. On the left-hand side in the menu under "Organization", press the "Project" tab.
 
-![Alt text](image-1.png)
+![Alt text](images/image-1.png)
 
 4. In the right-hand corner, press "New Project" and name it as you wish. 
 
-![Alt text](image-2.png)
+![Alt text](images/image-2.png)
 
 5. After successful creation, you should be taken to a page called "Overview". In the middle of the page right below "Create a deployment", press the button that says "+ Create"
 
-![Alt text](image.png)
+![Alt text](images/image.png)
 
 6. When creating a database deployment, select the M10 template. The provider and region can be selected as is most fit to the organization.
 
-![Alt text](image-4.png)
+![Alt text](images/image-4.png)
 
 7. Name your cluster appropriately. Optionally, give your cluster tags. Press "Create".
 
-![Alt text](image-5.png)
+![Alt text](images/image-5.png)
 
 8. After deploying the database you will be taken to the Security Quickstart page. Choose the option "certificate", and chose an appropriate "Common Name". Toggle the "Download certificate when user is added" on, and select a certificate expiration. Then press the "Add User" button.
 
-![Alt text](image-7.png)
+![Alt text](images/image-7.png)
 
 9. After pressing "Add User", the access certificate will automatically be downloaded to your PC. The certificate will be used to access your database, and should be kept in a safe location to prevent unauthorized access. 
 
-![Alt text](image-8.png)
+![Alt text](images/image-8.png)
 
 10. Still in the Security Quickstart page, scroll down to the "Where would you like to connect from?" section. Press "Add My Current IP Address", and then press "Finish and close" at the bottom of the page.
 
-![Alt text](image-9.png)
+![Alt text](images/image-9.png)
 
-![Alt text](image-10.png)
+![Alt text](images/image-10.png)
 
 11. You have now created a database deployment, but you will still have to configure the connection to the database. 
\ No newline at end of file
diff --git a/image-1.png b/images/image-1.png
similarity index 100%
rename from image-1.png
rename to images/image-1.png
diff --git a/image-10.png b/images/image-10.png
similarity index 100%
rename from image-10.png
rename to images/image-10.png
diff --git a/image-2.png b/images/image-2.png
similarity index 100%
rename from image-2.png
rename to images/image-2.png
diff --git a/image-3.png b/images/image-3.png
similarity index 100%
rename from image-3.png
rename to images/image-3.png
diff --git a/image-4.png b/images/image-4.png
similarity index 100%
rename from image-4.png
rename to images/image-4.png
diff --git a/image-5.png b/images/image-5.png
similarity index 100%
rename from image-5.png
rename to images/image-5.png
diff --git a/image-6.png b/images/image-6.png
similarity index 100%
rename from image-6.png
rename to images/image-6.png
diff --git a/image-7.png b/images/image-7.png
similarity index 100%
rename from image-7.png
rename to images/image-7.png
diff --git a/image-8.png b/images/image-8.png
similarity index 100%
rename from image-8.png
rename to images/image-8.png
diff --git a/image-9.png b/images/image-9.png
similarity index 100%
rename from image-9.png
rename to images/image-9.png
diff --git a/image.png b/images/image.png
similarity index 100%
rename from image.png
rename to images/image.png