Skip to content

Commit 4849c44

Browse files
committed
fix: readme casing
1 parent 7d08b98 commit 4849c44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doxyfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -992,7 +992,7 @@ WARN_LOGFILE =
992992
# Note: If this tag is empty the current directory is searched.
993993

994994
INPUT = ./react-native/packages/react-native/ReactCommon/jsi \
995-
README.MD
995+
README.md
996996

997997
# This tag can be used to specify the character encoding of the source files
998998
# that Doxygen parses. Internally Doxygen uses the UTF-8 encoding. Doxygen uses
@@ -1208,7 +1208,7 @@ FILTER_SOURCE_PATTERNS =
12081208
# (index.html). This can be useful if you have a project on for instance GitHub
12091209
# and want to reuse the introduction page also for the Doxygen output.
12101210

1211-
USE_MDFILE_AS_MAINPAGE = ./README.MD
1211+
USE_MDFILE_AS_MAINPAGE = ./README.md
12121212

12131213
# If the IMPLICIT_DIR_DOCS tag is set to YES, any README.md file found in sub-
12141214
# directories of the project's root, is used as the documentation for that sub-

0 commit comments

Comments
 (0)