From c59cdd7444604659bd9e17baed3b7fd9a7a035f0 Mon Sep 17 00:00:00 2001 From: Adam Hill Date: Tue, 14 Jan 2020 13:51:05 -0500 Subject: [PATCH] Update readme. --- README.md | 2 +- README.rst | 0 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 README.rst diff --git a/README.md b/README.md index 24824ca..745acb5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # wagtail-draftail-snippet -Wagtail has support for adding numerous types of links to `RichTextBlock` content, there is not a way to tie a link to an arbitrary `snippet` model currently. `wagtail-draftail-snippet` provides a way to add a new button to the Draftail rich text editor, which creates an `href` from text for a specific `snippet` model. +Wagtail has support for adding numerous types of links to `RichTextBlock` content, but there is not a way to tie a link to an arbitrary `snippet` model currently. `wagtail-draftail-snippet` provides a way to add a new button to the Draftail rich text editor, which creates an `a href` element for a specific `snippet` model based on a template that can be provided. ## Install diff --git a/README.rst b/README.rst deleted file mode 100644 index e69de29..0000000