Skip to content

Commit d943b86

Browse files
authored
Add logo to README.md (#1094)
1 parent 073a353 commit d943b86

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
# Temporal TypeScript SDK
2-
1+
<p align="center">
2+
<img src="https://assets.temporal.io/w/ts.png" alt="Temporal TypeScript SDK" />
3+
</p>
34
<p align="center">
45
<a href="https://www.npmjs.com/search?q=author%3Atemporal-sdk-team">
56
<img src="https://img.shields.io/npm/v/temporalio.svg?style=for-the-badge" alt="NPM" />
67
</a>
78
<a href="https://github.com/temporalio/sdk-typescript/blob/main/LICENSE.md">
89
<img src="https://img.shields.io/npm/l/temporalio?style=for-the-badge" alt="LICENSE" />
910
</a>
10-
</div>
11+
</p>
1112

1213
[Temporal](https://temporal.io) is a durable execution system that transparently makes your code durable, fault-tolerant, and simple.
1314

0 commit comments

Comments
 (0)