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 87609aa commit cf65207Copy full SHA for cf65207
tools/regen-readme.exs
@@ -65,7 +65,7 @@ defmodule Readme do
65
66
block_content = ["### ", block_name, "\n\n" | block_content]
67
68
- update_block(lines, String.replace(block_name, " ","."), block_content)
+ update_block(lines, String.replace(block_name, " ", "."), block_content)
69
end)
70
end
71
0 commit comments