Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #17 from ManuelVargas1251/master
Browse files Browse the repository at this point in the history
Material Case/Link Fix
  • Loading branch information
bradley committed Feb 16, 2018
2 parents 3007fe6 + af3e810 commit 2ba50aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -36,7 +36,7 @@ Include both in your HTML.

```html
<script src="path/to/blotter.min.js"></script>
<script src="path/to/ChannelSplitMaterial.js"></script>
<script src="path/to/channelSplitMaterial.js"></script>
```

The following illustrates how to render Blotter's [ChannelSplitMaterial](https://blotter.js.org/#/materials/ChannelSplitMaterial) in the `body` of your page with default settings.
Expand All @@ -46,7 +46,7 @@ The following illustrates how to render Blotter's [ChannelSplitMaterial](https:/
<html>
<head>
<script src="path/to/blotter.min.js"></script>
<script src="path/to/ChannelSplitMaterial.js"></script>
<script src="path/to/channelSplitMaterial.js"></script>
</head>
<body>
<script>
Expand Down

0 comments on commit 2ba50aa

Please sign in to comment.