Merge pull request #1032 from andrewhillcode/fix-swf-name-in-docs

Fix SWF name in docs
This commit is contained in:
Jack Danger 2017-08-03 23:07:04 -07:00 committed by GitHub
commit 61a778bb17
3 changed files with 3 additions and 3 deletions

View File

@ -114,7 +114,7 @@ It gets even better! Moto isn't just for Python code and it isn't just for S3. L
|------------------------------------------------------------------------------|
| STS | @mock_sts | core endpoints done |
|------------------------------------------------------------------------------|
| SWF | @mock_sfw | basic endpoints done |
| SWF | @mock_swf | basic endpoints done |
|------------------------------------------------------------------------------|
```

View File

@ -74,7 +74,7 @@ Currently implemented Services:
+-----------------------+---------------------+-----------------------------------+
| STS | @mock_sts | core endpoints done |
+-----------------------+---------------------+-----------------------------------+
| SWF | @mock_sfw | basic endpoints done |
| SWF | @mock_swf | basic endpoints done |
+-----------------------+---------------------+-----------------------------------+

View File

@ -75,7 +75,7 @@ Currently implemented Services:
+-----------------------+---------------------+-----------------------------------+
| STS | @mock_sts | core endpoints done |
+-----------------------+---------------------+-----------------------------------+
| SWF | @mock_sfw | basic endpoints done |
| SWF | @mock_swf | basic endpoints done |
+-----------------------+---------------------+-----------------------------------+