From 9236eb4597a4b10a16050154a60fa16f89b48180 Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Sat, 30 Apr 2016 12:03:07 +0800 Subject: [PATCH] correct docs/COMPILE.md --- docs/COMPILE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/COMPILE.md b/docs/COMPILE.md index 2953b9b8..28c9636f 100644 --- a/docs/COMPILE.md +++ b/docs/COMPILE.md @@ -1,7 +1,7 @@ -To compile Keystone on Mac OS X, Linux, BSD, Solaris and all kind of nix OS, +To compile Unicorn on Mac OS X, Linux, BSD, Solaris and all kind of nix OS, see [COMPILE-NIX.md](COMPILE-NIX.md) -To compile Keystone on Windows, see [COMPILE-WINDOWS.md](COMPILE-WINDOWS.md) +To compile Unicorn on Windows, see [COMPILE-WINDOWS.md](COMPILE-WINDOWS.md) Then learn more on how to code your own tools with our samples.