From f40deeff2beb3450f07a91be8b4c0eacf1b0aabb Mon Sep 17 00:00:00 2001 From: Mark Skelton Date: Fri, 26 Mar 2021 09:46:01 -0500 Subject: [PATCH] fix: Add docs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fb90198..eee4b1c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # i18next-async-backend [![Build](https://github.com/Widen/i18next-async-backend/actions/workflows/build.yml/badge.svg)](https://github.com/Widen/i18next-async-backend/actions/workflows/build.yml) +[![npm](https://img.shields.io/npm/v/i18next-async-backend)](https://www.npmjs.com/package/i18next-async-backend) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) i18next backend which loads resources via promises. Useful when loading resources via dynamic imports.