Merge pull request #605 from zchee/readme-ex

Fix document file extension
This commit is contained in:
Nguyen Anh Quynh 2016-08-08 18:07:46 +08:00 committed by GitHub
commit 236b6e9085
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
This directory contains bindings & test code for Python, Java, Go, .NET and MSVC.
See <language>/README or <language>/README.TXT for how to install each binding.
See <language>/README or <language>/README.TXT or <language>/README.md for how to install each binding.
The following bindings are contributed by community.

View File

@ -2,7 +2,7 @@
# By Nguyen Anh Quynh, 2015
# This file contains all customized compile options for Unicorn emulator.
# Consult COMPILE.TXT & docs/README for more details.
# Consult docs/COMPILE.md & docs/README.md for more details.
################################################################################
# Compile with debug info when you want to debug code.