summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2020-06-26 01:36:16 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2020-06-26 01:36:16 -0700
commit5dfc9682c07238bccee240f185b16b3dacd141ea (patch)
treed275dd84b7cc804595865b5cf799db9fcbc2d868 /README.md
parentdbd543de4815e49a6e0267eebc0665151d914382 (diff)
downloadisort-5dfc9682c07238bccee240f185b16b3dacd141ea.tar.gz
Add interactive isort
Diffstat (limited to 'README.md')
-rw-r--r--README.md26
1 files changed, 13 insertions, 13 deletions
diff --git a/README.md b/README.md
index 4df3c38e..ec44e29b 100644
--- a/README.md
+++ b/README.md
@@ -25,19 +25,7 @@ editors](https://github.com/timothycrosley/isort/wiki/isort-Plugins) to
quickly sort all your imports. It requires Python 3.6+ to run but
supports formatting Python 2 code too.
-------------------------------------------------------------------------
-
-[Get professionally supported isort with the Tidelift
-Subscription](https://tidelift.com/subscription/pkg/pypi-isort?utm_source=pypi-isort&utm_medium=referral&utm_campaign=readme)
-
-Professional support for isort is available as part of the [Tidelift
-Subscription](https://tidelift.com/subscription/pkg/pypi-isort?utm_source=pypi-isort&utm_medium=referral&utm_campaign=readme).
-Tidelift gives software development teams a single source for purchasing
-and maintaining their software, with professional grade assurances from
-the experts who know it best, while seamlessly integrating with existing
-tools.
-
-------------------------------------------------------------------------
+[Try isort now from your browser!](/docs/interactive/try)
![Example Usage](https://raw.github.com/timothycrosley/isort/develop/example.gif)
@@ -676,6 +664,18 @@ I was given permission to open source sortImports and here we are :)
------------------------------------------------------------------------
+[Get professionally supported isort with the Tidelift
+Subscription](https://tidelift.com/subscription/pkg/pypi-isort?utm_source=pypi-isort&utm_medium=referral&utm_campaign=readme)
+
+Professional support for isort is available as part of the [Tidelift
+Subscription](https://tidelift.com/subscription/pkg/pypi-isort?utm_source=pypi-isort&utm_medium=referral&utm_campaign=readme).
+Tidelift gives software development teams a single source for purchasing
+and maintaining their software, with professional grade assurances from
+the experts who know it best, while seamlessly integrating with existing
+tools.
+
+------------------------------------------------------------------------
+
Thanks and I hope you find isort useful!
~Timothy Crosley