File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ limitations under the License.
4646To use in Observable,
4747
4848``` javascript
49- constantcase = require ( ' https://cdn.jsdelivr.net/gh/stdlib-js/string-constantcase@umd/browser.js' )
49+ constantcase = require ( ' https://cdn.jsdelivr.net/gh/stdlib-js/string-constantcase@v0.2.2- umd/browser.js' )
5050```
5151
5252To vendor stdlib functionality and avoid installing dependency trees for Node.js, you can use the UMD server build:
@@ -58,7 +58,7 @@ var constantcase = require( 'path/to/vendor/umd/string-constantcase/index.js' )
5858To include the bundle in a webpage,
5959
6060``` html
61- <script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/string-constantcase@umd/browser.js" ></script >
61+ <script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/string-constantcase@v0.2.2- umd/browser.js" ></script >
6262```
6363
6464If no recognized module system is present, access bundle contents via the global scope:
@@ -100,7 +100,7 @@ str = constantcase( 'foo_bar' );
100100<!DOCTYPE html>
101101<html lang =" en" >
102102<body >
103- <script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/string-constantcase@umd/browser.js" ></script >
103+ <script type =" text/javascript" src =" https://cdn.jsdelivr.net/gh/stdlib-js/string-constantcase@v0.2.2- umd/browser.js" ></script >
104104<script type =" text/javascript" >
105105(function () {
106106
You can’t perform that action at this time.
0 commit comments