From 42daf2ee0347afb97ed0a5cf21dd1161975b8bd7 Mon Sep 17 00:00:00 2001 From: Tom Dyson Date: Wed, 10 Jan 2024 11:22:24 +0000 Subject: [PATCH] Fix README typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 955010b..0c1a143 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Wagtail shortcode -Wagtail shortcode adds a custom Draftail enitity to provide a custom linktype ("shortcode"), giving you the ability to assign values in a similar way to normal links as well as decide how they should be rendered on the page. +Wagtail shortcode adds a custom Draftail entity to provide a custom linktype ("shortcode"), giving you the ability to assign values in a similar way to normal links as well as decide how they should be rendered on the page. [![License: BSD-3-Clause](https://img.shields.io/badge/License-BSD--3--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) [![PyPI version](https://badge.fury.io/py/wagtail-shortcode.svg)](https://badge.fury.io/py/wagtail-shortcode)