From 0166b9c8f9a1785b8fdd8ab2a30d2744435cba1d Mon Sep 17 00:00:00 2001 From: levlam Date: Fri, 1 Jun 2018 16:00:04 +0300 Subject: [PATCH] Fix misprint. GitOrigin-RevId: 9fe324831e9b6fade4ac5a48f0c75b7bdc8762f9 --- example/ios/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/ios/README.md b/example/ios/README.md index 79cc84d6..9414bef4 100644 --- a/example/ios/README.md +++ b/example/ios/README.md @@ -33,7 +33,7 @@ cd /example/ios ./build.sh ``` This may take a while, because TDLib will be built about 10 times. -Resulting library for iOS will work on any architecture (arv7, armv7s, arm64) and even on a simulator. +Resulting library for iOS will work on any architecture (armv7, armv7s, arm64) and even on a simulator. We use [CMake/iOS.cmake](https://github.com/tdlib/td/blob/master/CMake/iOS.cmake) toolchain, other toolchains may work too. Built libraries will be store in `tdjson` directory.