From 98e6abda0331121d8209c193eafa8222dd49bb30 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Mon, 30 Aug 2021 19:31:46 -0400 Subject: [PATCH] update badges & fix unpkg URL --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3e515b7..195864e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ -# 🔗 Simple Anchor [![npm](https://img.shields.io/npm/v/simple-anchor?logo=npm)](https://www.npmjs.com/package/simple-anchor) +# 🔗 Simple Anchor -A JavaScript utility for adding deep anchor links ([like these](https://ux.stackexchange.com/q/36304/33248)) to existing page content. +[![CI](https://github.com/jakejarvis/simple-anchor/actions/workflows/ci.yml/badge.svg)](https://github.com/jakejarvis/simple-anchor/actions/workflows/ci.yml) +[![npm](https://img.shields.io/npm/v/simple-anchor?logo=npm)](https://www.npmjs.com/package/simple-anchor) +[![MIT License](https://img.shields.io/github/license/jakejarvis/simple-anchor?color=violet)](LICENSE) + +A JavaScript utility for adding deep anchor links ([like these](https://ux.stackexchange.com/q/36304/33248)) to existing page content. Zero dependencies and [only ~1kB gzipped!](https://bundlephobia.com/package/simple-anchor) ## Changes from [AnchorJS](https://github.com/bryanbraun/anchorjs) @@ -14,7 +18,7 @@ Otherwise, the [AnchorJS docs](https://www.bryanbraun.com/anchorjs/) still serve ### Browser ```html - +