8000 docs: clean up badges (#474) · uuidjs/uuid@cba367a · GitHub
[go: up one dir, main page]

Skip to content

Commit cba367a

Browse files
mubin-khalidctavan
andauthored
docs: clean up badges (#474)
Co-authored-by: Christoph Tavan <dev@tavan.de>
1 parent b51f172 commit cba367a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
-- This file is auto-generated from README_js.md. Changes should be made there.
33
-->
44

5-
# uuid [![Build Status](https://github.com/uuidjs/uuid/workflows/CI/badge.svg)](https://github.com/uuidjs/uuid/actions)
5+
# 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)
66

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

README_js.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require('crypto').randomFillSync = function (a) {
1414
};
1515
```
1616

17-
# uuid [![Build Status](https://github.com/uuidjs/uuid/workflows/CI/badge.svg)](https://github.com/uuidjs/uuid/actions)
17+
# 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)
1818

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

0 commit comments

Comments
 (0)
0