Skip to content

Commit

Permalink
Fix settings example in readme
Browse files Browse the repository at this point in the history
Script expects SkipToConfig global variable, starting with capital S.
  • Loading branch information
apuchkov committed May 21, 2015
1 parent 0f0adfc commit 63e1d16
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 @@ -51,7 +51,7 @@ If you are using either WordPress plugin or Drupal module, you can change the Sk

```html
<script>
var skipToConfig =
var SkipToConfig =
{
"settings": {
"skipTo": {
Expand Down

0 comments on commit 63e1d16

Please sign in to comment.