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 6f731c9 commit 7e88188Copy full SHA for 7e88188
README.md
@@ -27,7 +27,7 @@ The `create` function takes an options object as its first and only argument.
27
28
import { create } from 'aureolin'
29
// import create from 'aureolin'
30
-// const { create } from 'aureolin'
+// const { create } from require('aureolin')
31
32
const main = () => {
33
const app = create({
0 commit comments