Skip to content

Commit 5f98ee1

Browse files
committed
Update README.md
1 parent ddb29ae commit 5f98ee1

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
GitBook Plugin - Codeblock Disable Glossary Links
2-
==============
1+
# GitBook Plugin - Disable Glossary Links
32

4-
This is a plugin for Gitbook that disables glossary links in code blocks.
3+
This is a plugin for Gitbook that disables glossary links in various elements (h1, h2, em, a).
54

65
Install it using: ```$ npm install gitbook-plugin-codeblock-disable-glossary```
76

@@ -10,7 +9,7 @@ Add to a Gitbook by including the following in `book.json`.
109
```
1110
{
1211
"plugins": [
13-
"codeblock-disable-glossary"
12+
"disable-glossary"
1413
]
1514
}
16-
```
15+
```

0 commit comments

Comments
 (0)