From 343027aca69e8107794b952310324e08773789f3 Mon Sep 17 00:00:00 2001 From: Jacqueline Firth Date: Wed, 16 Oct 2024 13:41:40 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e91101f..cb91f61 100644 --- a/README.md +++ b/README.md @@ -27,4 +27,4 @@ See the documentation for more details on how to use `resyntax`. ## Examples -Resyntax integrates with GitHub in two ways: an _analyzer_ GitHub action that reviews pull requests, and an _autofixer_ GitHub action that periodically creates pull requests cleaning up a repository. You can find reviews the Resyntax analyzer has left on GitHub pull requests "in the wild" using [this search](https://github.com/search?q=%22Resyntax%20analyzed%22%20%22added%20suggestions%22%20in%3Acomments%20is%3Apr%20sort%3Aupdated%20&type=pullrequests). To find pull requests created by the autofixer, use [this search](https://github.com/search?q=%22This+is+an+automated+change+generated+by+Resyntax%22+is%3Apr+sort%3Aupdated+&type=pullrequests). +Resyntax integrates with GitHub in two ways: an _analyzer_ GitHub action that reviews pull requests, and an _autofixer_ GitHub action that periodically creates pull requests cleaning up a repository. You can find reviews the Resyntax analyzer has left on GitHub pull requests "in the wild" using [this search](https://github.com/search?q=%22Resyntax%20analyzed%22%20%22added%20suggestions%22%20in%3Acomments%20is%3Apr%20sort%3Aupdated%20&type=pullrequests). To find pull requests created by the autofixer, use [this search](https://github.com/search?q=author%3Aapp%2Fresyntax-ci&type=pullrequests).