Skip to content

Commit adcedea

Browse files
committed
Fix document file extension
Signed-off-by: Koichi Shiraishi <[email protected]>
1 parent d15b128 commit adcedea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bindings/README

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
This directory contains bindings & test code for Python, Java, Go, .NET and MSVC.
2-
See <language>/README or <language>/README.TXT for how to install each binding.
2+
See <language>/README or <language>/README.TXT or <language>/README.md for how to install each binding.
33

44
The following bindings are contributed by community.
55

config.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# By Nguyen Anh Quynh, 2015
33

44
# This file contains all customized compile options for Unicorn emulator.
5-
# Consult COMPILE.TXT & docs/README for more details.
5+
# Consult docs/COMPILE.md & docs/README.md for more details.
66

77
################################################################################
88
# Compile with debug info when you want to debug code.

0 commit comments

Comments
 (0)