From aea17b1aa67957a00c5b792e6dabdca608ef195b Mon Sep 17 00:00:00 2001
From: Eunsub LEE <ssamko@kakao.com>
Date: Wed, 6 Jul 2022 13:38:11 +0900
Subject: [PATCH] Improve --eventpath example command (#1243)

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 66f90ed..ffb5093 100644
--- a/README.md
+++ b/README.md
@@ -365,7 +365,7 @@ Every [GitHub event](https://developer.github.com/v3/activity/events/types) is a
 ```
 
 ```sh
-act -e pull-request.json
+act pull_request -e pull-request.json
 ```
 
 Act will properly provide `github.head_ref` and `github.base_ref` to the action as expected.