mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:47:45 +00:00
Everywhere: Update references from ReadMe.md => README.md
This commit is contained in:
parent
698c38959d
commit
251018676f
6 changed files with 8 additions and 8 deletions
|
@ -34,8 +34,8 @@ buffer while using the returned string.
|
|||
|
||||
int main()
|
||||
{
|
||||
char path1[] = "/home/anon/ReadMe.md";
|
||||
dbgln("{}", basename(path1)); // should be "ReadMe.md"
|
||||
char path1[] = "/home/anon/README.md";
|
||||
dbgln("{}", basename(path1)); // should be "README.md"
|
||||
|
||||
char path2[] = "foo/bar/";
|
||||
dbgln("{}", basename(path2)); // should be "bar"
|
||||
|
|
|
@ -35,7 +35,7 @@ buffer while using the returned string.
|
|||
|
||||
int main()
|
||||
{
|
||||
char path1[] = "/home/anon/ReadMe.md";
|
||||
char path1[] = "/home/anon/README.md";
|
||||
dbgln("{}", dirname(path1)); // should be "/home/anon"
|
||||
|
||||
char path2[] = "foo/bar/";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue