diff --git a/README.md b/README.md index 05ae08a..3ce8738 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Swift HTML -> Markdown -This package allows you to quicly convert HTML code into Markdown. Normally you want to go from Markdown -> HTML and there are a thousand packages and parsers to do that. However, what if the service you are using (like Mastodon) provides everything in HTML but you want to parse it in Markdown? Well you need to convert it. This package allows you to do just that! +This package allows you to quickly convert HTML code into Markdown. Normally you want to go from Markdown -> HTML and there are a thousand packages and parsers to do that. However, what if the service you are using (like Mastodon) provides everything in HTML but you want to parse it in Markdown? Well you need to convert it. This package allows you to do just that! ## Supported Flavors of HTML | Flavor | Support |