Skip to content

Commit

Permalink
Move integrations section below debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
greglook committed Feb 22, 2020
1 parent 0b6114e commit 129ccc3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,6 @@ cljstyle pipe < in.clj > out.clj
This command resolves configuration from the directory it is executed in, since
there is no explicit file path to use.

### Integrations

`cljstyle` can be integrated into many different tools, including shells,
editors, and tests. See the [integration docs](doc/integrations.md) for more
details.

### Debugging

For inspecting what cljstyle is doing, one tool is to specify the `--verbose`
Expand All @@ -138,6 +132,12 @@ Finally, `version` will show what version of the tool you're using:
cljstyle version
```

### Integrations

`cljstyle` can be integrated into many different tools, including shells,
editors, and tests. See the [integration docs](doc/integrations.md) for more
details.


## Configuration

Expand Down

0 comments on commit 129ccc3

Please # to comment.