Skip to content

Commit

Permalink
Fix badge
Browse files Browse the repository at this point in the history
  • Loading branch information
lujjjh committed Dec 17, 2019
1 parent a150d09 commit 612fd59
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Gates

![](https://github.com/lujjjh/gates/workflows/.github/workflows/main.yml/badge.svg)
![](https://github.com/lujjjh/gates/workflows/Test/badge.svg)

> An embedded language for Go.
Expand All @@ -13,10 +13,11 @@

## Comparision

| Features | Gates | Lua 5.3+ | JavaScript |
|----------------------|:-----:|:---------------------------------------------:|:----------:|
| Int64 Support | Y | Y | N |
| Compatible with JSON | Y | N (hard to distinguish between `[]` and `{}`) | Y |
| | Gates | Lua 5.3+ | JavaScript |
|-----------------------|:-----:|:---------------------------------------------:|:----------:|
| Int64 support | Y | Y | N |
| Compatible with JSON | Y | N (hard to distinguish between `[]` and `{}`) | Y |
| Easily embedded in Go | Y | N | N |

## Try Gates in Command Line

Expand Down

0 comments on commit 612fd59

Please sign in to comment.