From 0bceaabc40ba779846b3c8e45976aebff7116bde Mon Sep 17 00:00:00 2001 From: Andrew Hill Date: Fri, 4 Aug 2017 11:57:48 +1000 Subject: [PATCH] Fix SWF name in docs --- README.md | 2 +- docs/_build/html/_sources/index.rst.txt | 2 +- docs/index.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 369d430f5..5c4cdc259 100644 --- a/README.md +++ b/README.md @@ -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 | |------------------------------------------------------------------------------| ``` diff --git a/docs/_build/html/_sources/index.rst.txt b/docs/_build/html/_sources/index.rst.txt index 2ce31febd..0c4133048 100644 --- a/docs/_build/html/_sources/index.rst.txt +++ b/docs/_build/html/_sources/index.rst.txt @@ -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 | +-----------------------+---------------------+-----------------------------------+ diff --git a/docs/index.rst b/docs/index.rst index 9a9fa5261..321342401 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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 | +-----------------------+---------------------+-----------------------------------+