Skip to content

Commit 97a2a28

Browse files
jonathantnealryanblock
authored andcommitted
Update readme.md code example
1 parent 64bd6b4 commit 97a2a28

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
@@ -114,7 +114,7 @@ Shuts down anything started by `sandbox.start()`. Invokes `callback` once shut d
114114

115115
```javascript
116116
let sandbox = require('@architect/sandbox')
117-
let test = require('tape)
117+
let test = require('tape')
118118

119119
test('Start the Sandbox', async t => {
120120
t.plan(1)

0 commit comments

Comments
 (0)