We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 545c745 commit 0127fc1Copy full SHA for 0127fc1
README.md
@@ -41,7 +41,7 @@ You can run this image locally to play around with it, test edges and
41
generally get a feel for how it works. First, create a directory containing
42
one or more JavaScript files. One of these must be named `index.js`. The
43
bootstrap process will load this file and any other files it references
44
-via module dependencies (e.g. `const myCalc = require('./my-calc.js);`).
+via module dependencies (e.g. `const myCalc = require('./my-calc.js');`).
45
If you have external, third party dependencies from npmjs.com, add a
46
`package.json` to the directory specifying the `dependencies`.
47
0 commit comments