fix readme table

This commit is contained in:
Steve Pulec 2013-03-06 23:08:29 -05:00
parent b5967dfa72
commit a819b4af7d

View File

@ -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