doc: replace 'README' with 'README.md'

By referring to "README.md" instead of just "README", the configure
script will help ensure that users are directed to the correct file
for the documentation.
This commit is contained in:
Enzo Venturi 2023-03-15 04:30:07 +00:00
parent e2a141ae09
commit 2eebc10758
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
%:
@echo read the README file
@echo read the README.md file

2
configure vendored
View file

@ -1,4 +1,4 @@
#!/bin/sh
echo read the README file.
echo read the README.md file.