Skip to content

Commit 6a3902b

Browse files
committed
README: Add CI and Zulip badges
1 parent 7e83149 commit 6a3902b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# Interaction Trees [![Build Status](https://travis-ci.com/DeepSpec/InteractionTrees.svg?branch=master)](https://travis-ci.com/DeepSpec/InteractionTrees)
1+
# Interaction Trees
2+
3+
[![project chat](https://img.shields.io/badge/zulip-join_chat-brightgreen.svg)](https://coq.zulipchat.com/#narrow/stream/394939-Interaction-Trees)
4+
[![BUILD](https://circleci.com/gh/DeepSpec/InteractionTrees.svg?style=shield)](https://circleci/gh/DeepSpec/InteractionTrees)
25

36
A Library for Representing Recursive and Impure Programs in Coq
47

@@ -11,6 +14,10 @@ See also [the tutorial](./tutorial/README.md).
1114

1215
[The coqdoc documentation for this library is available here.](https://deepspec.github.io/InteractionTrees/)
1316

17+
Join the Interaction Trees channel on
18+
[Rocq's Zulip server](https://coq.zulipchat.com/#narrow/channel/394939-Interaction-Trees)
19+
if you have any questions.
20+
1421
### Top-level modules
1522

1623
- `ITree.ITree`: Definitions to program with interaction trees.

0 commit comments

Comments
 (0)