Commit 470b42c752dcf54235ca6d5b8ee12d8f8bc9c29d

Martin Mitas 2020-07-28T08:12:57

README.md: Fix a typo.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/README.md b/README.md
index d8f5dce..23e59f2 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ MD4C is C Markdown parser with the following features:
   See below.
 
 * **Compactness:** MD4C parser is implemented in one source file and one header
-  file. There are no dependencies other then standard C library.
+  file. There are no dependencies other than standard C library.
 
 * **Embedding:** MD4C parser is easy to reuse in other projects, its API is
   very straightforward: There is actually just one function, `md_parse()`.