Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8c8b55e

Browse files
committed
minor README update
1 parentfc5eb2b commit8c8b55e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

‎README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,15 @@ Include the following in the `<head>` of your page:
7979
####Step 2&middot; Grab pseudocode.js
8080
Include the following in the`<head>` of your page:
8181

82+
```html
83+
<linkrel="stylesheet"href="https://cdn.jsdelivr.net/npm/pseudocode@2.4.1/build/pseudocode.min.css">
84+
<scriptsrc="https://cdn.jsdelivr.net/npm/pseudocode@2.4.1/build/pseudocode.min.js">
85+
</script>
86+
```
87+
88+
You may also use the`latest` tag for pseudocode instead,
89+
but jsDelivr might be delayed in updating the pointer for this tag.
90+
8291
```html
8392
<linkrel="stylesheet"href="https://cdn.jsdelivr.net/npm/pseudocode@latest/build/pseudocode.min.css">
8493
<scriptsrc="https://cdn.jsdelivr.net/npm/pseudocode@latest/build/pseudocode.min.js">

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp