We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentfc5eb2b commit8c8b55eCopy full SHA for 8c8b55e
README.md
@@ -79,6 +79,15 @@ Include the following in the `<head>` of your page:
79
####Step 2· Grab pseudocode.js
80
Include the following in the`<head>` of your page:
81
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
91
```html
92
<linkrel="stylesheet"href="https://cdn.jsdelivr.net/npm/pseudocode@latest/build/pseudocode.min.css">
93
<scriptsrc="https://cdn.jsdelivr.net/npm/pseudocode@latest/build/pseudocode.min.js">