Skip to content

Commit dc8d804

Browse files
committed
nitpick
1 parent a1bfad6 commit dc8d804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default Panda;
1414
```
1515

1616
```js
17-
var panda = require('es6-module!./panda.js');
17+
var Panda = require('es6-module!./panda.js');
1818
```
1919

2020
Or within the webpack config:

0 commit comments

Comments
 (0)