Skip to content

Commit 0127fc1

Browse files
danbevlance
authored andcommitted
doc: add missing single quote to require id (#19)
1 parent 545c745 commit 0127fc1

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
@@ -41,7 +41,7 @@ You can run this image locally to play around with it, test edges and
4141
generally get a feel for how it works. First, create a directory containing
4242
one or more JavaScript files. One of these must be named `index.js`. The
4343
bootstrap process will load this file and any other files it references
44-
via module dependencies (e.g. `const myCalc = require('./my-calc.js);`).
44+
via module dependencies (e.g. `const myCalc = require('./my-calc.js');`).
4545
If you have external, third party dependencies from npmjs.com, add a
4646
`package.json` to the directory specifying the `dependencies`.
4747

0 commit comments

Comments
 (0)