Skip to content

Commit

Permalink
Fix the right reference for importing the polyfill via node module
Browse files Browse the repository at this point in the history
  • Loading branch information
Jihye Hong committed Sep 17, 2018
1 parent e3e9a38 commit bf547e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polyfill/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ enabling spatial navigation.

```html
...
<script src="/node_modules/spatial-navigation-polyfill/spatnav-heuristic.js"></script>
<script src="/node_modules/spatial-navigation-polyfill/polyfill/spatnav-heuristic.js"></script>
</body>
</html>
```
Expand Down

0 comments on commit bf547e8

Please sign in to comment.