Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rr-codes committed Jun 21, 2021
1 parent 29a52e5 commit cae898a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Designed to make using the Notion SDK and API easier.
## Usage

```ts
import {markdownToBlocks, markdownToRichText} from '@rrcodes/martian';
import {markdownToBlocks, markdownToRichText} from '@instantish/martian';
import type {RichText, Block} from '@notionhq/client/build/src/api-types';

const richText: RichText[] = markdownToRichText(`**Hello _world_**`);
Expand Down

0 comments on commit cae898a

Please sign in to comment.