Skip to content

Commit

Permalink
Add release badge
Browse files Browse the repository at this point in the history
  • Loading branch information
bayraktugrul committed Aug 31, 2024
1 parent 459215d commit e489e83
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# go-await [![go-doc][doc-img]][doc] [![][workflow-badge]][workflow-actions] [![][license-badge]][license]
# go-await [![GoDoc][doc-img]][doc] [![][workflow-badge]][workflow-actions] [![Release][release-badge]][release] [![][license-badge]][license]

go-await lets you use to synchronize async operations. It is inspired from popular Java library 'awaitility [https://github.com/awaitility/awaitility]'

Expand Down Expand Up @@ -66,7 +66,6 @@ if err != nil {}
```

## Credits

* [Tuğrul Bayrak](https://github.com/bayraktugrul)

[doc-img]: https://godoc.org/github.com/bayraktugrul/go-await?status.svg
Expand All @@ -76,4 +75,7 @@ if err != nil {}
[workflow-badge]: https://github.com/bayraktugrul/go-await/workflows/build/badge.svg

[license]:https://github.com/bayraktugrul/go-await/blob/main/LICENSE
[license-badge]:https://img.shields.io/badge/License-MIT-blue.svg
[license-badge]:https://img.shields.io/badge/License-MIT-blue.svg

[release]: https://github.com/bayraktugrul/go-await/releases
[release-badge]: https://img.shields.io/github/v/release/bayraktugrul/go-await.svg

0 comments on commit e489e83

Please sign in to comment.