Skip to content

Commit 4148622

Browse files
committed
fix readme badge
1 parent 4c3fca3 commit 4148622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# json2object - Type safe Haxe/JSON (de)serializer
22

3-
![CI status](https://github.com/elnabo/json2object/actions/workflows/CI/badge.svg)
3+
[![CI status](https://github.com/elnabo/json2object/actions/workflows/main.yaml/badge.svg)](https://github.com/elnabo/json2object/actions/workflows/main.yaml)
44

55
This library uses macro and a typed position aware JSON parsing (hxjsonast : <https://github.com/nadako/hxjsonast/>) to create json parser and writer from and to every supported type.
66

0 commit comments

Comments
 (0)