Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomek Wiszniewski committed Jun 17, 2015
1 parent d8542d3 commit 717d084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Expand Up @@ -103,7 +103,7 @@ Call `doxie.output` without parameters to get the plugin function:

```js
const doxie = require('doxie-core');
const output = require('doxie.drop');
const drop = require('doxie.drop');
const render = require('doxie.render');
const output = require('doxie.output');

Expand Down

0 comments on commit 717d084

Please sign in to comment.