Skip to content

Commit

Permalink
chore: update docup version used in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Mar 31, 2021
1 parent 69f79ec commit 0c99b0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ Create an HTML file: `index.html` which will be be homepage of your documentatio
<!-- Stylesheet -->
<link
rel="stylesheet"
href="https://unpkg.com/@egoist/docup@1/dist/docup.min.css"
href="https://unpkg.com/@egoist/docup@2/dist/docup.min.css"
/>
</head>
<body>
<!-- Start app -->
<script type="module">
import * as docup from 'https://unpkg.com/@egoist/docup@1/dist/docup.min.js'
import * as docup from 'https://unpkg.com/@egoist/docup@2/dist/docup.min.js'
docup.init({
// ..options
Expand Down

1 comment on commit 0c99b0b

@vercel
Copy link

@vercel vercel bot commented on 0c99b0b Mar 31, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.