Skip to content

Commit

Permalink
Cleanup README tweaks, link to issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
cycomachead authored Feb 22, 2017
1 parent 5cd3401 commit e41c424
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ npm install autotrack
// In your JavaScript code
import 'autotrack';
```
_Note autotrack's source is published as ES2015, and you will need to make sure you're not excluding it from compilation. See #137 for more details._
**Note:** autotrack's source is published as ES2015, and you will need to make sure you're not excluding it from compilation. See [#137](https://github.com/googleanalytics/autotrack/issues/137) for more details.

1The above `import` statement will include all autotrack plugins in your generated source file. If you only want to include a specific set of plugins, you can import them individually:
The above `import` statement will include all autotrack plugins in your generated source file. If you only want to include a specific set of plugins, you can import them individually:

```js
// In your JavaScript code
Expand Down

0 comments on commit e41c424

Please sign in to comment.