10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0d2768 commit 798d914Copy full SHA for 798d914
README.md
@@ -48,7 +48,7 @@ limitations under the License.
48
## Usage
49
50
```javascript
51
-import format from 'https://cdn.jsdelivr.net/gh/stdlib-js/string-format@esm/index.mjs';
+import format 8029 from 'https://cdn.jsdelivr.net/gh/stdlib-js/string-format@v0.2.1-esm/index.mjs';
52
```
53
54
#### format( str, ...args )
@@ -231,7 +231,7 @@ out = format( str, 7 );
231
<body>
232
<script type="module">
233
234
+import format from 'https://cdn.jsdelivr.net/gh/stdlib-js/string-format@v0.2.1-esm/index.mjs';
235
236
var out = format( '%s %s!', 'Hello', 'World' );
237
// returns 'Hello World!'
0 commit comments