From 76127ffc6cfea37395a68bde959dfe3a0f6385a4 Mon Sep 17 00:00:00 2001 From: bydariogamer <62303655+bydariogamer@users.noreply.github.com> Date: Thu, 25 Mar 2021 16:14:23 +0100 Subject: [PATCH] Update INSTALL.md --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index d9dc24f..d2e924e 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -49,6 +49,6 @@ If you wish to use a different compiler than that selected by configure, specify MinGW support is provided in the configure script. In addition, Visual Studio 2017 project files are included for each of the example STK projects. -##iOS +## iOS You can integrate the STK in iOS projects either by using its iOS static library or CocoaPods. See the [iOS README file](iOS/README-iOS.md) for instructions.