Skip to content

Commit b942991

Browse files
authored
Update README.md (#17)
1 parent 70e44ce commit b942991

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
# Reddit Feed API
22

3-
[![Go](https://img.shields.io/badge/Go-1.17-blue.svg)](https://golang.org)
4-
[![tests](https://github.com/arttet/reddit-feed-api/actions/workflows/tests.yml/badge.svg?branch=develop)](https://github.com/arttet/reddit-feed-api/actions/workflows/tests.yml)
3+
[![Go](https://img.shields.io/badge/Go-1.17-blue.svg)](https://golang.org)
4+
[![build](https://github.com/arttet/reddit-feed-api/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/arttet/reddit-feed-api/actions/workflows/build.yml)
5+
[![tests](https://github.com/arttet/reddit-feed-api/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/arttet/reddit-feed-api/actions/workflows/tests.yml)
6+
[![codecov](https://codecov.io/gh/arttet/reddit-feed-api/branch/main/graph/badge.svg?token=S5a5aZsotj)](https://codecov.io/gh/arttet/reddit-feed-api)
57
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/arttet/reddit-feed-api/blob/main/LICENSE)
8+
[![](https://img.shields.io/github/v/release/arttet/reddit-feed-api?style=flat-square)](https://github.com/arttet/reddit-feed-api/releases)
69

710
## Build project
811

912
### For local development
1013
```sh
1114
make deps # Installation of dependencies
12-
make build # Build project
15+
make build # Build the project
1316
```
1417
### Docker
1518
```sh

0 commit comments

Comments
 (0)