From 27ca0ea1766c42cfedd8b20ef9f7fed37160f9c5 Mon Sep 17 00:00:00 2001 From: Nassim Babaci Date: Mon, 21 Jul 2014 11:36:06 +0000 Subject: [PATCH] fix readme. --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0655475..9232116 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,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", @@ -86,5 +86,4 @@ Limitations ----------- * swiftpolicy does not support dynamic laoding of the policy file, and thus, swift proxy have -to be restarted when policy file is updated. - +to be restarted when policy file is updated. \ No newline at end of file