We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbfbd66 commit 9ad5458Copy full SHA for 9ad5458
scripts/update_readme_methods.sh
@@ -3,7 +3,7 @@ before=$(head -n $(
3
perl -pe 's/^(\d+):.*/\1/') "README.md")
4
5
after=$(tail -n +$(
6
- grep --context="0" --line-number --max-count="1" "### Contribute" "README.md" |
+ grep --context="0" --line-number --max-count="1" "### Security" "README.md" |
7
8
9
echo "${before}" > "README.md"
0 commit comments