From 02b8b122e216783d8008c22c70f37f8fad8b6666 Mon Sep 17 00:00:00 2001 From: Arun Kumar Date: Thu, 4 Apr 2019 20:37:10 +0530 Subject: [PATCH] Fixed possible grammatical typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44a994922..0e0ab34bc 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ Sorry if we missed something. You can join a [Telegram-chat](//t.me/codex_editor Editor.js is a Block-Styled editor. Blocks are structural units, of which the Entry is composed. For example, `Paragraph`, `Heading`, `Image`, `Video`, `List` are Blocks. Each Block is represented by Plugin. -We have [many](http://github.com/editor-js/) ready-to-use Plugins and the [simple API](docs/tools.md) for creation new ones. +We have [many](http://github.com/editor-js/) ready-to-use Plugins and a [simple API](docs/tools.md) for creating new ones. So how to use the Editor after [Installation](docs/installation.md).