From f20f5600641314b511cf707cfa513da21a9daaec Mon Sep 17 00:00:00 2001 From: Kanezoh <47489839+Kanezoh@users.noreply.github.com> Date: Wed, 2 Jun 2021 14:43:21 +0900 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 61454c9..e32a52a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # 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. ## Installation