From 7f116400716c01877460975ea90097959f68a4a0 Mon Sep 17 00:00:00 2001 From: Mauro Bieg Date: Mon, 8 May 2017 12:23:37 +0200 Subject: [PATCH] README: show proper ES6 module import syntax --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(