From 3ef91ca6fd7bedcf87af93741b7a860b7eb96681 Mon Sep 17 00:00:00 2001 From: mrloop Date: Tue, 26 Jan 2021 10:29:39 +0000 Subject: [PATCH] Add npm badge to README --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f1cb805..ab119c54 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,13 @@ -![CI](https://github.com/qonto/ember-prismic-dom/workflows/CI/badge.svg) ember-prismic-dom ============================================================================== +![CI](https://github.com/qonto/ember-prismic-dom/workflows/CI/badge.svg) +[![Latest NPM release][npm-badge]][npm-badge-url] + +[npm-badge]: https://img.shields.io/npm/v/ember-prismic-dom.svg +[npm-badge-url]: https://www.npmjs.com/package/ember-prismic-dom + More idiomatic ember rendering of data from [Prismic](https://prismic.io/), generating HTML in templates. This allows you to avoid using of [triple curlies](https://handlebarsjs.com/guide/#html-escaping) to output [Prismic](https://prismic.io/) content.