Skip to content

Commit cf1f3fd

Browse files
author
Randy Herban
committed
Update to use README.md
1 parent 90c3703 commit cf1f3fd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

INSTALL.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Please see the README.txt file.
1+
Please see the README.md file.

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ fi
5151
prep_build() {
5252
rm -rf build
5353
mkdir -p $BUILD_DIR
54-
cp README.txt $BUILD_DIR
54+
cp README.md $BUILD_DIR
5555
}
5656

5757
## Native python build

cache_config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# USAGE
2323
################################################################################
2424

25-
# For detailed usage information please see README.txt
25+
# For detailed usage information please see README.md
2626
#
2727
# cache_config cacheFileName cacheFileTimeout lockTimeout URL1 [OptionalURL2 ...]
2828
#

0 commit comments

Comments
 (0)