Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
boynet authored Mar 6, 2017
1 parent 4ba39ea commit 0dfef40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ include influxdb.min.js in your page:

*the unminifed version is in es6 if you want to use the unminifed version than you need to transform the code to es5 using [babel](https://babeljs.io/repl/)
```html
<script src="{{ asset('/js/influxdb.min.js') }}"></script>
<script src="/js/influxdb.min.js"></script>
```

connect to the server:
Expand Down

0 comments on commit 0dfef40

Please sign in to comment.