We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1bfad6 commit dc8d804Copy full SHA for dc8d804
README.md
@@ -14,7 +14,7 @@ export default Panda;
14
```
15
16
```js
17
-var panda = require('es6-module!./panda.js');
+var Panda = require('es6-module!./panda.js');
18
19
20
Or within the webpack config:
0 commit comments