Skip to content

Commit

Permalink
Update to use README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Randy Herban committed Jan 26, 2017
1 parent 90c3703 commit cf1f3fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion INSTALL.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Please see the README.txt file.
Please see the README.md file.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ fi
prep_build() {
rm -rf build
mkdir -p $BUILD_DIR
cp README.txt $BUILD_DIR
cp README.md $BUILD_DIR
}

## Native python build
Expand Down
2 changes: 1 addition & 1 deletion cache_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# USAGE
################################################################################

# For detailed usage information please see README.txt
# For detailed usage information please see README.md
#
# cache_config cacheFileName cacheFileTimeout lockTimeout URL1 [OptionalURL2 ...]
#
Expand Down

0 comments on commit cf1f3fd

Please sign in to comment.