Skip to content

Commit

Permalink
chore: project init
Browse files Browse the repository at this point in the history
  • Loading branch information
yyz945947732 committed Sep 25, 2023
1 parent 4913aeb commit 4e2ec9e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
Install via npm

```sh
npm install tabletomd
npm install tabletomd --save
```

### Remote (`convertUrl`)
Expand All @@ -44,8 +44,6 @@ const markdown = await convertUrl('https://www.npmjs.com/package/rc-table');

### Local (`convert`)

Have a look in the examples.

```typescript
import { convert } from 'tabletomd';
import fs from 'fs';
Expand Down

0 comments on commit 4e2ec9e

Please sign in to comment.