Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
yasuyk committed Nov 17, 2013
1 parent 7a85481 commit fabd527
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -129,15 +129,15 @@ A hierarchy of `.jsbeautifyrc` files is supported, where rc files at the deeper

#### <kbd>M-x</kbd> `web-beautify-js`

Format region from if active, otherwise the current buffer. Formatting is done according to the `js-beautify` command.
Format region if active, otherwise the current buffer. Formatting is done according to the `js-beautify` command.

#### <kbd>M-x</kbd> `web-beautify-css`

Format region from if active, otherwise the current buffer. Formatting is done according to the `css-beautify` command.
Format region if active, otherwise the current buffer. Formatting is done according to the `css-beautify` command.

#### <kbd>M-x</kbd> `web-beautify-html`

Format region from if active, otherwise the current buffer. Formatting is done according to the `html-beautify` command.
Format region if active, otherwise the current buffer. Formatting is done according to the `html-beautify` command.

# License

Expand Down

0 comments on commit fabd527

Please sign in to comment.