diff --git a/README.md b/README.md index 226412c..8443938 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,11 @@ The tool can also recognize comments attached to non-comment lines, like this: # Before: dependencies = [ # Keep sorted. - 'aaa', + 'ddd', + 'ccc', # TODO: remove this dependency. 'bbb', - 'ccc', - 'ddd', + 'aaa', ] # After: