From c0237785d566d3d704c7ea0a71e8582d92025042 Mon Sep 17 00:00:00 2001 From: David Calhoun Date: Wed, 5 Feb 2025 07:48:14 -0500 Subject: [PATCH] docs: Fix README.md typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b79592494..36a602254 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ This demo app is useful for quickly testing changes made to the editor. By defau #### iOS 1. Start the development server by running `make dev-server`. -1. Launch Xcode and open the `ios/Demo-iOS/GutenbergKit.xcodeproj` project. +1. Launch Xcode and open the `ios/Demo-iOS/Gutenberg.xcodeproj` project. 1. Select the `Gutenberg` target. 1. Navigate to _Product_ → _Scheme_ → _Edit Scheme_. 1. Add an environment variable named `GUTENBERG_EDITOR_URL` with the URL of the development server.