1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-26 18:58:21 +02:00

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

Co-authored-by: Henry Heino <46334387+personalizedrefrigerator@users.noreply.github.com>
This commit is contained in:
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

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)
```