Skip to content

Commit 7778e63

Browse files
authored
Runkit Example Fix (#286)
* feature: setup runKit * feature: setup runKit * Update README.md
1 parent 01cb13a commit 7778e63

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ fast-json-stringify obj x 13,537,123 ops/sec ±0.19% (95 runs sampled)
4949

5050

5151
<a name="example"></a>
52+
Try it out on RunKit: <a href="https://runkit.com/npm/fast-json-stringify">https://runkit.com/npm/fast-json-stringify</a>
5253
## Example
5354

5455
```js

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,6 @@
5454
"ignore": [
5555
"schema-validator.js"
5656
]
57-
}
57+
},
58+
"runkitExampleFilename": "example.js"
5859
}

0 commit comments

Comments
 (0)