Skip to content

Commit

Permalink
adds missing instruction
Browse files Browse the repository at this point in the history
Adds a missing `import * as path from "path";` statement needed to get this running.
  • Loading branch information
kevmodrome authored and pngwn committed Nov 25, 2019
1 parent e6b0333 commit 7e21b0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -51,6 +51,7 @@ npm i mdsvex # or yarn add mdsvex
Add it as a preprocessor to you rollup or webpack config, the mdsvex preprocessor function is a named import from the `mdsvex` module:

```js
import * as path from "path";
import { mdsvex } from 'mdsvex';

export default {
Expand Down

0 comments on commit 7e21b0d

Please sign in to comment.