Chore: turndown-plugin-gfm: Fix package name in README (#9674)

Co-authored-by: Henry Heino <46334387+personalizedrefrigerator@users.noreply.github.com>
pull/9691/head
Xavi Lee 2024-01-08 19:56:09 +08:00 committed by GitHub
parent a29666d442
commit a465d0ee8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ turndown-plugin-gfm is a suite of plugins which can be applied individually. The
So for example, if you only wish to convert tables:
```js
var tables = require('turndown-plugin-gfm').tables
var tables = require('@joplin/turndown-plugin-gfm').tables
var turndownService = new TurndownService()
turndownService.use(tables)
```