Skip to content

Commit

Permalink
Add docsify-terminal-block to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dolanmiu committed Jun 15, 2023
1 parent a9fa31e commit a368ed7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Installation

```sh
```terminal
npm install --save docx
```

Expand Down
1 change: 1 addition & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
<script src="//unpkg.com/docsify/lib/plugins/search.min.js"></script>
<script src="//unpkg.com/prismjs/components/prism-typescript.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/index.iife.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<script src="//cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/dist/index.min.js" type="text/javascript"></script>
</body>
</html>

0 comments on commit a368ed7

Please sign in to comment.