diff --git a/README.md b/README.md index 9820d9d..cb834bd 100644 --- a/README.md +++ b/README.md @@ -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 ``` @@ -73,4 +75,4 @@ const { blue, red } = Enum.Symbol console.log(blue) // Symbol(blue) console.log(red) // Symbol(red) -``` \ No newline at end of file +```