From 1cfc925efe29cae5b183c3fb425f7bc1bb69bfee Mon Sep 17 00:00:00 2001 From: Cory Forsyth Date: Tue, 10 May 2016 15:11:31 -0400 Subject: [PATCH] [docs] Add `addAtom` hook to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index abe0189..14479ed 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,7 @@ Additionally `editor` provides the following actions: * `addCard`, passed a card name and payload will add that card at the end of the post. * `addCardInEditMode`, passed a card name and payload will add that card at the end of a post and render it in "edit" mode initially. +* `addAtom`, passed an atomName, text, and payload, will add that atom at the cursor position. * [Deprecated] `createListSection`, changing selected content into list items. The `editor` object is often used indirectly by passing it to other