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 073a353 commit d943b86Copy full SHA for d943b86
README.md
@@ -1,13 +1,14 @@
1
-# Temporal TypeScript SDK
2
-
+<p align="center">
+ <img src="https://assets.temporal.io/w/ts.png" alt="Temporal TypeScript SDK" />
3
+</p>
4
<p align="center">
5
<a href="https://www.npmjs.com/search?q=author%3Atemporal-sdk-team">
6
<img src="https://img.shields.io/npm/v/temporalio.svg?style=for-the-badge" alt="NPM" />
7
</a>
8
<a href="https://github.com/temporalio/sdk-typescript/blob/main/LICENSE.md">
9
<img src="https://img.shields.io/npm/l/temporalio?style=for-the-badge" alt="LICENSE" />
10
-</div>
11
12
13
[Temporal](https://temporal.io) is a durable execution system that transparently makes your code durable, fault-tolerant, and simple.
14
0 commit comments