Skip to content

Commit

Permalink
docs: clean up badges (#474)
Browse files Browse the repository at this point in the history
Co-authored-by: Christoph Tavan <dev@tavan.de>
  • Loading branch information
mubin-khalid and ctavan committed Jun 25, 2020
1 parent b51f172 commit cba367a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -2,7 +2,7 @@
-- This file is auto-generated from README_js.md. Changes should be made there.
-->

# uuid [![Build Status](https://github.com/uuidjs/uuid/workflows/CI/badge.svg)](https://github.com/uuidjs/uuid/actions)
# uuid [![CI](https://github.com/uuidjs/uuid/workflows/CI/badge.svg)](https://github.com/uuidjs/uuid/actions?query=workflow%3ACI) [![Browser](https://github.com/uuidjs/uuid/workflows/Browser/badge.svg)](https://github.com/uuidjs/uuid/actions?query=workflow%3ABrowser)

For the creation of [RFC4122](http://www.ietf.org/rfc/rfc4122.txt) UUIDs

Expand Down
2 changes: 1 addition & 1 deletion README_js.md
Expand Up @@ -14,7 +14,7 @@ require('crypto').randomFillSync = function (a) {
};
```

# uuid [![Build Status](https://github.com/uuidjs/uuid/workflows/CI/badge.svg)](https://github.com/uuidjs/uuid/actions)
# uuid [![CI](https://github.com/uuidjs/uuid/workflows/CI/badge.svg)](https://github.com/uuidjs/uuid/actions?query=workflow%3ACI) [![Browser](https://github.com/uuidjs/uuid/workflows/Browser/badge.svg)](https://github.com/uuidjs/uuid/actions?query=workflow%3ABrowser)

For the creation of [RFC4122](http://www.ietf.org/rfc/rfc4122.txt) UUIDs

Expand Down

0 comments on commit cba367a

Please sign in to comment.