Skip to content

Commit

Permalink
Merge pull request #11 from chasefleming/chasefleming/ci-badge
Browse files Browse the repository at this point in the history
chore: add ci badge
  • Loading branch information
chasefleming authored Apr 29, 2022
2 parents 168b6d8 + f221e4b commit 3a4dc01
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ JavaScript enums using proxies.

> Based on [this tweet](https://twitter.com/2ality/status/1486139713354448897)
[![ENUM-XYZ Continuous Integration](https://github.com/chasefleming/enum-xyz/actions/workflows/integrate.yml/badge.svg)](https://github.com/chasefleming/enum-xyz/actions/workflows/integrate.yml)

## Install

```
Expand Down Expand Up @@ -73,4 +75,4 @@ const { blue, red } = Enum.Symbol
console.log(blue) // Symbol(blue)
console.log(red) // Symbol(red)
```
```

0 comments on commit 3a4dc01

Please sign in to comment.