Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SlashGordon committed Mar 8, 2022
1 parent aeb017d commit 3fc8bde
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
[![Coverage Status](https://coveralls.io/repos/github/emetriq/gouseragents/badge.svg?branch=main)](https://coveralls.io/github/emetriq/gouseragents?branch=main)

[![RELEASE](https://github.com/emetriq/gouseragents/actions/workflows/release.yaml/badge.svg)](https://github.com/emetriq/gouseragents/actions/workflows/release.yaml)

[![CI](https://github.com/emetriq/gouseragents/actions/workflows/ci.yaml/badge.svg)](https://github.com/emetriq/gouseragents/actions/workflows/ci.yaml)

# gouseragents

Accurate and fresh list of desktop, phone, tablet and tv user agents.
Expand Down Expand Up @@ -38,4 +44,4 @@ func main() {

# update useragents

The code base are json files located in the "gen" directory. After a file change you have to start the code generator with `go generate gen/useragents.go`. Create a PR. Done.
The code base are json files located in the "gen" directory. After a file change you have to start the code generator with `go generate gen/useragents.go`. Create a PR. Done.

0 comments on commit 3fc8bde

Please sign in to comment.