diff --git a/README.md b/README.md index de155e1..ac706c0 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ limitations under the License. ## Usage ```javascript -import Symbol from 'https://cdn.jsdelivr.net/gh/stdlib-js/symbol-ctor@esm/index.mjs'; +import Symbol from 'https://cdn.jsdelivr.net/gh/stdlib-js/symbol-ctor@v0.2.1-esm/index.mjs'; ``` #### Symbol( \[description] ) @@ -109,7 +109,7 @@ var s = Symbol( 'beep' );