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.
1 parent 48e1639 commit 2a01385Copy full SHA for 2a01385
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