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 d28287a commit 4196429Copy full SHA for 4196429
1 file changed
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.2-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