Skip to content

Commit

Permalink
Docs: Fix the runkit.com example.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanfitzer committed Nov 24, 2021
1 parent 9118c53 commit 16ac000
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Comment Serializer

[![NPM version](https://badge.fury.io/js/comment-serializer.svg)](https://www.npmjs.com/package/comment-serializer) [![Try on RunKit](https://badge.runkitcdn.com/comment-serializer.svg)](https://runkit.com/npm/comment-serializer)
![License](https://img.shields.io/npm/l/comment-serializer) ![Version](https://img.shields.io/npm/v/comment-serializer) ![Node support](https://img.shields.io/node/v/comment-serializer) ![Bundle size](https://img.shields.io/bundlephobia/minzip/comment-serializer) [![Downloads](https://img.shields.io/npm/dm/comment-serializer)](https://www.npmjs.com/package/comment-serializer)

Comment Serializer parses a source string for documentation comment blocks and returns a serialized object. It is language and comment syntax style agnostic. It configured to support most documentation comment block styles.

Expand Down
2 changes: 1 addition & 1 deletion examples/runkit.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const createSerializer = require('../src');
const createSerializer = require('comment-serializer');

const src = `
//!
Expand Down

0 comments on commit 16ac000

Please sign in to comment.