Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob committed Mar 29, 2016
1 parent 1db3960 commit 4241bbd
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 @@ -69,7 +69,7 @@ The minimum React component to integrate React Sidebar looks like this:

```javascript
var React = require('react');
var Sidebar = require('react-sidebar');
var Sidebar = require('react-sidebar').default;

var App = React.createClass({
getInitialState: function() {
Expand Down

0 comments on commit 4241bbd

Please sign in to comment.