From bc32759b30179e492d145b9e914e263d9b92e2b2 Mon Sep 17 00:00:00 2001 From: Anton Maminov Date: Tue, 17 Aug 2021 19:31:15 +0300 Subject: [PATCH] add CI badge to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ebc320f..68856c4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # mechanize.cr +[![Crystal CI](https://github.com/Kanezoh/mechanize.cr/actions/workflows/crystal.yml/badge.svg)](https://github.com/Kanezoh/mechanize.cr/actions/workflows/crystal.yml) + This project is inspired by Ruby's [mechanize](https://github.com/sparklemotion/mechanize). The purpose is to cover all the features of original one. Now, mechanize.cr can automatically store and send cookies, fill and submit forms.