From 25342d71d12ba7e93044b6ef8be6e78590afbb0c Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Tue, 22 Sep 2015 10:00:05 +0800 Subject: [PATCH] m68k -> M68K, x86 -> X86 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0923581a..fd7a5639 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ based on [QEMU](http://qemu.org). Unicorn offers some unparalleled features: -- Multi-architecture: ARM, AMM64 (ARMv8), m68k, MIPS, SPARC, and x86 (16, 32, 64-bit) +- Multi-architecture: ARM, AMM64 (ARMv8), M68K, MIPS, SPARC, and X86 (16, 32, 64-bit) - Clean/simple/lightweight/intuitive architecture-neutral API - Implemented in pure C language, with bindings for Python, Java, and Go - Native support for Windows & *nix (with Mac OSX, Linux, *BSD & Solaris confirmed)