aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authorLibravatar Titus Wormer <tituswormer@gmail.com>2022-09-09 18:14:13 +0200
committerLibravatar Titus Wormer <tituswormer@gmail.com>2022-09-09 18:14:13 +0200
commit0e16369057575e48a05b3ca2dfb0f63645b12d28 (patch)
treea492770bdb76e96633a081c7daa360b78fb73f56 /readme.md
parent48f2fd49e91102a765fdc72ced631d9adb9d7c50 (diff)
downloadmarkdown-rs-0e16369057575e48a05b3ca2dfb0f63645b12d28.tar.gz
markdown-rs-0e16369057575e48a05b3ca2dfb0f63645b12d28.tar.bz2
markdown-rs-0e16369057575e48a05b3ca2dfb0f63645b12d28.zip
Fix typo
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index d950a62..1784cdf 100644
--- a/readme.md
+++ b/readme.md
@@ -151,7 +151,7 @@ They are not enabled by default but can be turned on with options.
- JSX (agnostic of JavaScript)
It’s planned to add support for integrating with SWC for MDX JSX and expressions
-that is aware of JavaScript syntax, and for ESM (import/export).
+to make it aware of JavaScript syntax, and for ESM (import/export).
It is not a goal of this project to support lots of different extensions.
It’s instead a goal to support incredibly common, somewhat standardized,