doc: fix README.md small typos

Clean up two of the mistakes in the README.md file.
This commit is contained in:
trickypr 2018-05-08 04:25:04 +10:00 committed by Estevao Soares dos Santos
parent 9da4230576
commit cf84bdb72c

View File

@ -122,7 +122,9 @@ var converter = new showdown.Converter(),
Both examples should output... Both examples should output...
```html
<h1 id="hellomarkdown">hello, markdown!</h1> <h1 id="hellomarkdown">hello, markdown!</h1>
```
## Options ## Options
@ -248,7 +250,7 @@ var defaultOptions = showdown.getDefaultOptions();
some text www.google.com some text www.google.com
``` ```
will be parsed as will be parsed as
```` ```html
<p>some text <a href="www.google.com">www.google.com</a> <p>some text <a href="www.google.com">www.google.com</a>
``` ```