From 36e75731df1c523c1ad3b15ae670dda26eea6bb7 Mon Sep 17 00:00:00 2001 From: Daniel Sanchez Date: Fri, 22 Nov 2024 00:58:04 -0500 Subject: [PATCH] docs: add npm badge to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 57caf39..025721f 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ # solid-create-script +[![NPM Version](https://img.shields.io/npm/v/solid-create-script.svg?style=for-the-badge)](https://www.npmjs.com/package/solid-create-script) [![Build Status](https://img.shields.io/github/actions/workflow/status/thedanchez/solid-create-script/ci.yaml?branch=main&logo=github&style=for-the-badge)](https://github.com/thedanchez/solid-create-script/actions/workflows/ci.yaml) [![bun](https://img.shields.io/badge/maintained%20with-bun-cc00ff.svg?style=for-the-badge&logo=bun)](https://bun.sh/) + Solid utility hook to dynamically load an external script. ### Installation