From a819b4af7d27ea8017d58b95fb88adbfe5b56a48 Mon Sep 17 00:00:00 2001 From: Steve Pulec Date: Wed, 6 Mar 2013 23:08:29 -0500 Subject: [PATCH] fix readme table --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 73ac29bc3..1ba628c99 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ With the decorator wrapping the test, all the calls to s3 are automatically mock It gets even better! Moto isn't just S3. Here's the status of the other AWS services implemented. +```gherkin |---------------------------------------------------------------------------| | Service Name | Decorator | Development Status | |---------------------------------------------------------------------------| @@ -67,6 +68,7 @@ It gets even better! Moto isn't just S3. Here's the status of the other AWS serv |---------------------------------------------------------------------------| | SQS | @mock_sqs | core done | |---------------------------------------------------------------------------| +``` ### Another Example