Skip to content

Commit

Permalink
Rename Contributing.md to CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MysteryMS authored Sep 16, 2023
1 parent 7875afd commit a9af724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Contributing.md → CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ for i in $( ls | grep [A-Z] );
do
mv -i $i `echo $i | tr [:upper:] [:lower:] | tr '-' '_'`;
done
```
```

0 comments on commit a9af724

Please sign in to comment.