Skip to content

Commit 74f229c

Browse files
Update README
1 parent 2cf719c commit 74f229c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66

77
``` javascript
8-
import module from 'some_module.eft'
9-
const component = module.render()
8+
import Component from 'some_module.eft'
9+
const component = new Component(options)
1010
```
1111

1212
## Install

0 commit comments

Comments
 (0)