Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #7 from jbattermann/jbattermann-README-Path-fix
Browse files Browse the repository at this point in the history
Updated README.md to use correct path for the SDK .js
  • Loading branch information
serkan-inci authored Jul 22, 2016
2 parents aef4bd6 + ca66ebc commit 49bbcac
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 @@ The core SDK script, `VSS.SDK.js`, enables extensions to communicate to the host
From your extension's HTML page, add a reference to the imported SDK script. For example:

```html
<script src="bower_components/vss-sdk/lib/VSS.SDK.min.js"></script>
<script src="bower_components/vss-web-extension-sdk/lib/VSS.SDK.min.js"></script>
```

### NPM
Expand Down

0 comments on commit 49bbcac

Please sign in to comment.