From 7665752896cc3898e1e7fff34ae8c05dae37738f Mon Sep 17 00:00:00 2001 From: Majid Hajian Date: Tue, 21 Sep 2021 08:35:23 +0200 Subject: [PATCH] Remove extra ios_books in bash code (#868) --- add_to_app/books/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/add_to_app/books/README.md b/add_to_app/books/README.md index c263700d6..17552f999 100644 --- a/add_to_app/books/README.md +++ b/add_to_app/books/README.md @@ -73,7 +73,7 @@ you're building for both iOS and Android, with both toolchains installed): # For iOS builds: cd ../ios_books pod install - open ios_books/IosBooks.xcworkspace + open IosBooks.xcworkspace ``` ## Requirements