Skip to content

Commit

Permalink
Minor tweaks to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxattax97 committed Jul 26, 2019
1 parent e849e8a commit db838f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# openscad-format
A source code formatter for the OpenSCAD language.

Currently it's opinionated, but there may be improvements in the future which
allow you to alter the code style it enforces.

## Install
The utility is available on [npm](https://www.npmjs.com/package/openscad-format), you can install it like so:
```
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ let { argv } = require('yargs')
.normalize('o') // Normalizes to a path.
.alias('c', 'config')
.nargs('c', 1)
.describe('c', 'Use the specified path to a config using the .clang-format style file')
.describe('c', 'Use the specified path to a config using the .openscad-format style file')
.normalize('c') // Normalizes to a path.
.alias('j', 'javadoc')
.boolean('j')
Expand Down

0 comments on commit db838f2

Please sign in to comment.