8000
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 b4230c1 commit dfdd6c6Copy full SHA for dfdd6c6
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@deno/mod.js';
+import format from 'https://cdn.jsdelivr.net/gh/stdlib-js/string-format@v0.2.1-deno/mod.js';
52
```
53
54
#### format( str, ...args )
@@ -226,7 +226,7 @@ out = format( str, 7 );
226
<!-- eslint no-undef: "error" -->
227
228
229
230
231
var out = format( '%s %s!', 'Hello', 'World' );
232
// returns 'Hello World!'
0 commit comments