diff --git a/README.md b/README.md index c52ce5e..5f54073 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ The content ID can be pretty much anything, provided it's URL-safe (e.g. there m There is a reference JavaScript client implementation available under [`demo`](demo). It supports Markdown comment rendering via [markdown-it](https://github.com/markdown-it/markdown-it) (images have been disabled) and human-readable relative timestamps for comments via [moment.js](https://momentjs.com/). The icons are from [Heroicons](https://heroicons.com/). -To use it, first add these two dependencies to your page's `, here using a CDN. You may want to check if there has been a newer version released on cdnjs since the time of writing. ([markdown-it](https://cdnjs.com/libraries/markdown-it), [moment.js](https://cdnjs.com/libraries/moment.js)) +To use it, first add these two dependencies to your page's ``, here using a CDN. You may want to check if there has been a newer version released on cdnjs since the time of writing. ([markdown-it](https://cdnjs.com/libraries/markdown-it), [moment.js](https://cdnjs.com/libraries/moment.js)) ```HTML