Escape underscores in README.md title some markdown parsers interpret underscores inside words as italic / bold markers
1 files changed, 1 insertions(+), 1 deletions(-) M README.md
M README.md => README.md +1 -1
@@ 1,4 1,4 @@ -# and_then_some +# and\_then\_some Provides an extension trait for `bool` with methods that return `Option<T>`.