README.md in kms_encrypted-1.3.0 vs README.md in kms_encrypted-1.4.0

- old
+ new

@@ -337,14 +337,12 @@ ## Key Rotation Key management services allow you to rotate the master key without any code changes. -AWS KMS supports [automatic key rotation](https://docs.aws.amazon.com/kms/latest/developerguide/rotate-keys.html). - -For Google Cloud, use the Google Cloud Console or API. - -For Vault, use: +- For AWS KMS, you can use [automatic key rotation](https://docs.aws.amazon.com/kms/latest/developerguide/rotate-keys.html) +- For Google Cloud, use the Google Cloud Console or API +- For Vault, use: ```sh vault write -f transit/keys/my-key/rotate ```