Skip to content

Commit 7bec486

Browse files
committed
readme
1 parent e9829a0 commit 7bec486

File tree

3 files changed

+31
-5
lines changed

3 files changed

+31
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# CHANGELOG
2+
3+
**Unpublished:**
4+
- Introduced CHANGELOG
5+
6+
**v0.1.0-alpha.0:**
7+
- Initial implementation

README.md

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,27 @@
1-
# Templateless Go
1+
<h1 align="center">
2+
<a href="https://templateless.com/">
3+
<img src="templateless.webp" alt="Templateless" width="450px">
4+
</a>
5+
<br />
6+
</h1>
7+
8+
<p align="center">
9+
<b>Ship faster by treating email as code 🚀</b> <br />
10+
</p>
11+
12+
<h4 align="center">
13+
<a href="https://templateless.com/">Website</a> &bull;
14+
<a href="https://app.templateless.com/">Get Your API Key</a> &bull;
15+
<a href="https://twitter.com/templateless">Twitter</a>
16+
</h4>
17+
18+
---
219

320
[![GoDoc](https://godoc.org/github.com/templateless/templateless-go?status.svg)](https://godoc.org/github.com/templateless/templateless-go)
421
[![Github Actions](https://img.shields.io/github/actions/workflow/status/templateless/templateless-go/tests.yml)](https://github.com/templateless/templateless-go/actions)
22+
[![X (formerly Twitter) Follow](https://img.shields.io/twitter/follow/Templateless)](https://twitter.com/templateless)
523

6-
## What is Templateless?
7-
8-
[Templateless](https://templateless.com) lets you generate and send transactional emails quickly and easily so you can ship faster 🚀
24+
[Templateless](https://templateless.com) lets you generate and send transactional emails quickly and easily so you can focus on building your product.
925

1026
## ✨ Features
1127

@@ -64,7 +80,10 @@ func main() {
6480
}
6581
```
6682

67-
Note:
83+
> **Note**
84+
> 🚧 **This SDK is not stable yet.** The API might change as more features are added. Please pay attention to the [CHANGELOG](CHANGELOG.md) for breaking changes.
85+
86+
Examples:
6887

6988
1. Get your **free API key** here: <https://app.templateless.com>
7089
1. There are more Go examples in the [examples](examples) folder

templateless.webp

3.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)