Skip to content

Commit

Permalink
README: Slightly more careful markdown
Browse files Browse the repository at this point in the history
  - [ci skip]
  • Loading branch information
olleolleolle committed Sep 22, 2017
1 parent e5ee2bc commit 772d90f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
@@ -1,4 +1,4 @@
#broccoli-asset-rev
# broccoli-asset-rev

[![Build Status](https://circleci.com/gh/rickharrison/broccoli-asset-rev.svg?style=shield)](https://circleci.com/gh/rickharrison/broccoli-asset-rev)
[![codecov.io](https://codecov.io/github/rickharrison/broccoli-asset-rev/coverage.svg?branch=master&precision=2)](https://codecov.io/github/rickharrison/broccoli-asset-rev?branch=master)
Expand Down Expand Up @@ -64,6 +64,7 @@ var assetNode = new AssetRev(node, {
- `annotation` - Default: null. A human-readable description for this plugin instance.

## Default settings

The default [settings](https://github.com/rickharrison/broccoli-asset-rev/blob/master/lib/default-options.js) are available if needed in your application or addon via:
`var broccoliAssetRevDefaults = require( 'broccoli-asset-rev/lib/default-options' );`

Expand Down

0 comments on commit 772d90f

Please sign in to comment.