Skip to content

Commit e222ad2

Browse files
authored
doc: update README
1 parent 9b8c476 commit e222ad2

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Diff for: README.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Go Azure Communication Services (ACS)
22

3+
[![Test & Lint](https://github.com/zeiss/go-acs/actions/workflows/main.yml/badge.svg)](https://github.com/zeiss/go-acs/actions/workflows/main.yml)
4+
[![Go Reference](https://pkg.go.dev/badge/github.com/zeiss/go-acs.svg)](https://pkg.go.dev/github.com/zeiss/go-acs)
5+
[![Go Report Card](https://goreportcard.com/badge/github.com/zeiss/go-acs)](https://goreportcard.com/report/github.com/zeiss/go-acs)
6+
[![Taylor Swift](https://img.shields.io/badge/secured%20by-taylor%20swift-brightgreen.svg)](https://twitter.com/SwiftOnSecurity)
7+
[![Volkswagen](https://auchenberg.github.io/volkswagen/volkswargen_ci.svg?v=1)](https://github.com/auchenberg/volkswagen)
8+
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
9+
10+
This is a package to interact with the [Azure Communication Services (ACS)](https://azure.microsoft.com/en-us/products/communication-services/) using Go.
11+
12+
:warning: **This is package is under development and should not be used in production.**
13+
14+
## Installation
15+
16+
```bash
17+
go get github.com/zeiss/go-acs
18+
```
19+
320
## License
421

522
[MIT](/LICENSE)

0 commit comments

Comments
 (0)