Skip to content

Commit 104cdd1

Browse files
committed
add license badge to README.md
1 parent 1d9da7e commit 104cdd1

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,21 @@
55
<br />
66

77
<p>
8-
<a href="https://www.npmjs.com/package/react-async-iterators">
8+
<a href="https://www.npmjs.com/package/react-async-iterators" style="text-decoration: unset;">
99
<img alt="npm published version" src="https://img.shields.io/npm/v/react-async-iterators.svg?logo=npm" />
1010
</a>
11-
<a href="https://github.com/shtaif/react-async-iterators/actions/workflows/ci-tests.yaml">
11+
<a href="https://github.com/shtaif/react-async-iterators/actions/workflows/ci-tests.yaml" style="text-decoration: unset;">
1212
<img alt="Tests status" src="https://github.com/shtaif/react-async-iterators/actions/workflows/ci-run-tests.yaml/badge.svg" />
1313
</a>
14-
<a href="https://github.com/shtaif/react-async-iterators/actions/workflows/ci-build-check.yaml">
14+
<a href="https://github.com/shtaif/react-async-iterators/actions/workflows/ci-build-check.yaml" style="text-decoration: unset;">
1515
<img alt="Build status" src="https://github.com/shtaif/react-async-iterators/actions/workflows/ci-ts-build-check.yaml/badge.svg" />
1616
</a>
17-
<a href="https://semver.org">
17+
<a href="https://semver.org" style="text-decoration: unset;">
1818
<img alt="semantic-release" src="https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg" />
1919
</a>
20+
<a href="https://github.com/shtaif/react-async-iterators/blob/master/LICENSE.txt" style="text-decoration: unset;">
21+
<img alt="MIT License" src="https://img.shields.io/npm/l/better-sse?color=3178c6&style=flat-square" />
22+
</a>
2023
<p>
2124

2225
Async iterables/iterators are a native language construct in JS that can be viewed as a counterpart to [`Promise`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise), in the sense that while a promise asynchronously resolves one value - an async iterable is a stream that asynchronously yields any number of values.

0 commit comments

Comments
 (0)