From e628d941b9433eb5d60000cf5df59c6f9bda4a24 Mon Sep 17 00:00:00 2001 From: AB Date: Mon, 28 Dec 2020 13:28:48 +0300 Subject: [PATCH] Fix README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1888bc4..c4686d2 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Rust wrapper for the Yandex MyStem 3.1 morpholocial analyzer of the Russian lang The wrapper was tested on Ubuntu Linux 18.04+, Windows 10. Mystem binary should be accessible via PATH so manual installation is required. [MyStem Web Site](https://yandex.ru/dev/mystem/) -###A Quick Example +### A Quick Example ```rust let mut instance = mystem::MyStem::new()?;