From a0b382c0634ca45b72df9a04420091e72cb473fe Mon Sep 17 00:00:00 2001 From: Kris <30877240+7Kris@users.noreply.github.com> Date: Wed, 10 Jan 2024 21:24:12 +0900 Subject: [PATCH] fix typo (#54) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index eb72a40..653f87d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -22,7 +22,7 @@ To run project, install dependencies and open workspace as following commands. ```bash $ git clone https://github.com/playbook-ui/playbook-ios.git $ cd playbook-ios -$ open Exapmle/PlaybookExample.xcworkspace +$ open Example/PlaybookExample.xcodeproj ``` ### Lint & Format & Project Generation