diff --git a/README.md b/README.md index 2f9fbe8..68344ab 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Policy file ----------- The policy file will list all possible actions on swift proxy. -Action's format is: _" (example: "get_container", "put_object", etc). +Action's format is: ``_`` (example: "get_container", "put_object", etc). ... "get_container": "rule:allowed_for_user", @@ -84,4 +84,3 @@ Limitations * swiftpolicy does not support dynamic reload of policies, and thus, swift proxy have to be restarted when policy file is updated. -