From 92ef585d38db8713da846a7cc556255dc86bcb45 Mon Sep 17 00:00:00 2001 From: Ian Storm Taylor Date: Tue, 28 Feb 2017 11:43:55 -0800 Subject: [PATCH] update auto-replace in the readme --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index b6aeb0989..21fcf1441 100644 --- a/Readme.md +++ b/Readme.md @@ -100,7 +100,7 @@ If you have an idea for an example that shows a common use case, pull request it Slate encourages you to write small, reusable modules. Check out the public ones you can use in your project! -- [`slate-auto-replace-text`](https://github.com/ianstormtaylor/slate-auto-replace-text) auto-replaces a string of text when typed. Useful for "smart" typography! +- [`slate-auto-replace`](https://github.com/ianstormtaylor/slate-auto-replace) auto-replaces text as the user types. Useful for "smart" typography! - [`slate-collapse-on-escape`](https://github.com/ianstormtaylor/slate-collapse-on-escape) simply collapses the selection when `escape` is pressed. - [`slate-edit-code`](https://github.com/SamyPesse/slate-edit-code) adds code editing behavior like tab-to-indent, and enter-to-soft-break. - [`slate-paste-linkify`](https://github.com/ianstormtaylor/slate-paste-linkify) wraps the selected text in a link when a URL is pasted from the clipboard.