Skip to content

Commit d711bc5

Browse files
committed
Merge branch 'master' of github.com:loggin-js/strif
2 parents 90a048f + 0049f57 commit d711bc5

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
[downloads-badge]: https://img.shields.io/npm/dm/strif.svg?style=flat-square
99
[downloads-link]: https://www.npmjs.com/package/strif
1010

11-
[dependencies-badge]: https://img.shields.io/david/nombrekeff/strif.svg?style=flat-square
12-
[dependencies-link]: https://david-dm.org/nombrekeff/strif?view=tree
13-
1411
[vulnerabilities-badge]: https://snyk.io/test/npm/strif/badge.svg?style=flat-square
1512
[vulnerabilities-link]: https://snyk.io/test/npm/strif
1613

@@ -20,8 +17,7 @@
2017

2118
[![NPM version][npm-image]][npm-url]
2219
[![Downloads][downloads-badge]][downloads-link]
23-
[![](https://img.shields.io/bundlephobia/min/strif.svg?style=flat-square)]()
24-
[![Dependencies][dependencies-badge]][dependencies-link]
20+
[![](https://img.shields.io/bundlephobia/min/strif.svg?style=flat-square)]()
2521
[![Known Vulnerabilities][vulnerabilities-badge]][vulnerabilities-link]
2622

2723
<p>Utility for interpolating strings from a template with some data.</p>
@@ -53,7 +49,7 @@ const githubRepoLink = strif
5349

5450
console.log(githubRepoLink);
5551
```
56-
The above example would output the following:
52+
The above example would output the following:
5753
![](./.github/media/slug.png)
5854

5955
## Table Of Content <!-- omit in toc -->

0 commit comments

Comments
 (0)