Skip to content

Commit

Permalink
Fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmbmb committed Feb 17, 2020
1 parent 22e70fb commit 4b0f387
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ Creates a new instance of the plugin with the given options. The possible option
apples: 0,
},
},
plugins: [createMultiTabState(['fruits.oranges'])],
plugins: [createMultiTabState({
statesPaths: ['fruits.orange'],
})],
});
```

Expand Down

0 comments on commit 4b0f387

Please sign in to comment.