From a2751dc6512bac858159702aa7142385215fd427 Mon Sep 17 00:00:00 2001 From: halx99 Date: Mon, 24 Aug 2020 01:30:47 -0700 Subject: [PATCH] fix markdown format [skip appveyor] [skip travis] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 50f257f2b2..a19b98f602 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ 5. After cmake generate finish, you can open xcode project at ```build``` folder and run cpp-tests or other test targets. 6. Notes - a. **The code sign required to run ios app on device, just change bundle identifier until the auto manage siging solved** + a. **The code sign required to run ios app on device, just change bundle identifier until the auto manage siging solved** b. **EGNX only provide armv7,arm64,x86_64 prebuilt libraries for ios** ### Pitfalls