diff --git a/README.md b/README.md
index cd35ae4e07398223035159a90ab03463e271e023..5ddc04ee65679dd71d767ee206f056fb9b17bc20 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ Before using `boto3`, you need to configure your AWS credentials. This can be do
 In your local CLI, run the following command:
 
 ```bash
-openstack --os-cloud=engines creadential list
+openstack --os-cloud=engines credential list
 ```
 
 You should see a table with 5 columns. Under the column `Data`, there should be a JSON with `access`, `secret`, and `trust_id` 
@@ -36,7 +36,7 @@ Replace `<YOUR_ACCESS_KEY_ID>` with the key after `access` and `<YOUR_SECRET_ACC
 
 If you don't have any keys, you can create one by doing:
 ```bash
-openstack --os-cloud=engines ec2 creadential create
+openstack --os-cloud=engines ec2 credential create
 ```
 
 ### Connecting to S3 and Performing Operations