diff --git a/README.md b/README.md index b1fe6efe..ccd2be23 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ can be downloaded [here][download] The simplest example: ```jsx -var Table = Reactable.Table; +var Table = Reactable.Table; // or using ES6 modules: import {Table} from 'reactable' ReactDOM.render(