Skip to content

Commit 9d0fb5c

Browse files
authored
docs: Update README badge links (#856)
1 parent 92d2e86 commit 9d0fb5c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# Temporal TypeScript SDK
22

33
<p align="center">
4-
<a href="https://www.npmjs.com/package/temporalio">
4+
<a href="https://www.npmjs.com/search?q=author%3Atemporal-sdk-team">
55
<img src="https://img.shields.io/npm/v/temporalio.svg?style=for-the-badge" alt="NPM" />
66
</a>
7-
<img src="https://img.shields.io/npm/l/temporalio?style=for-the-badge" alt="LICENSE" />
7+
<a href="https://github.com/temporalio/sdk-typescript/blob/main/LICENSE.md">
8+
<img src="https://img.shields.io/npm/l/temporalio?style=for-the-badge" alt="LICENSE" />
9+
</a>
810
</div>
911

1012
[Temporal](https://temporal.io) is a microservice orchestration platform that enables developers to build scalable applications without sacrificing productivity or reliability. Temporal Server executes units of application logic—Workflows—in a resilient manner that automatically handles intermittent failures and retries failed operations.

0 commit comments

Comments
 (0)