From 655ef727706b18b75c34c6d3f01d8931cd710794 Mon Sep 17 00:00:00 2001 From: Kanezoh <47489839+Kanezoh@users.noreply.github.com> Date: Wed, 2 Jun 2021 14:43:54 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e32a52a..9609e1b 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # mechanize.cr This project is inspired by Ruby's [mechanize](https://github.com/sparklemotion/mechanize). -Now, mechanize.cr can automatically store and send cookies, fill and submit forms. The purpose is to cover all the features of original one. +Now, mechanize.cr can automatically store and send cookies, fill and submit forms. ## Installation