Skip to content

Commit

Permalink
Merge pull request #29 from bricejlin/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
asafdav committed Jun 25, 2014
2 parents c0d3ad6 + 4c466d2 commit 3a284a9
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 @@ -9,7 +9,7 @@ An AngularJS simple directive that uses ZeroClipboard and updates the user's cli

2. Add ng-clip.js to your main file (index.html)

3. Include ZerClipboard.js in your project, and update the .swf path location using ngClipProvider
3. Include ZeroClipboard.js in your project, and update the .swf path location using ngClipProvider
```javascript
.config(['ngClipProvider', function(ngClipProvider) {
ngClipProvider.setPath("bower_components/zeroclipboard/ZeroClipboard.swf");
Expand Down

0 comments on commit 3a284a9

Please sign in to comment.