From bea41339503b9fdb65f8d9c16dad15689ae36f63 Mon Sep 17 00:00:00 2001 From: Arun Kumar Date: Thu, 4 Apr 2019 21:44:10 +0530 Subject: [PATCH] Fixed possible grammatical typo (#681) Thanks --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44a99492..0e0ab34b 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).