We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 48e1639 + 2a01385 commit 0dc4712Copy full SHA for 0dc4712
README.md
@@ -16,9 +16,11 @@ This repo is split into two parts:
16
Include the following entry to your _package.json_.
17
18
```json
19
-"op-blocknote-extensions": "github:opf/op-blocknote-extensions#<VERSION>"
+"op-blocknote-extensions": "https://github.com/opf/op-blocknote-extensions/releases/download/<VERSION>/op-blocknote-extensions-<VERSION>.tgz"
20
```
21
22
+(please note: at the time being, you need to replace the version in two places of the url.)
23
+
24
### Implementation
25
26
First thing is to initialize the library configuration...
0 commit comments