Skip to content
This repository was archived by the owner on Jul 25, 2022. It is now read-only.

Commit c9b383d

Browse files
authored
Remove AppVeyor badge, it won't update
1 parent 8df0dd5 commit c9b383d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# jl [![Build Status](https://travis-ci.org/chrisdone/jl.svg)](https://travis-ci.org/chrisdone/jl) [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/chrisdone/path?svg=true)](https://ci.appveyor.com/project/chrisdone/jl)
2-
1+
# jl [![Build Status](https://travis-ci.org/chrisdone/jl.svg)](https://travis-ci.org/chrisdone/jl)
32
jl ("JSON lambda") is a tiny functional language for querying and
43
manipulating JSON.
54

@@ -14,7 +13,7 @@ $ jl 'map $ \o -> { sha: o.sha, ps: map _.sha o.parents }' x.json
1413
1514
Binary releases for Linux and OS X are available [here](https://github.com/chrisdone/jl/releases).
1615
17-
Builds on Windows (see AppVeyor status), haven't added Windows
16+
Builds on Windows (see [AppVeyor status](https://ci.appveyor.com/project/chrisdone/jl)), haven't added Windows
1817
binaries to the releases yet.
1918
2019
Installing from source:

0 commit comments

Comments
 (0)