From f221e4b0499a830a768cf9cb1015a86a62737af2 Mon Sep 17 00:00:00 2001 From: Chase Fleming Date: Thu, 28 Apr 2022 17:26:35 -0700 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 +```