summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2020-05-22 23:19:28 -0700
committerMatthew Miller <matthew@millerti.me>2020-05-22 23:19:28 -0700
commit88d04add2c924250cf97bced8963dbbbcc312233 (patch)
treebf39fec835c34d45d4299ae7ac3f91eb878b3aa6
parent6a715fcb11500df0c981c407dece9d6fae424914 (diff)
Update badges on READMEs
-rw-r--r--README.md3
-rw-r--r--packages/browser/README.md4
-rw-r--r--packages/server/README.md5
3 files changed, 8 insertions, 4 deletions
diff --git a/README.md b/README.md
index 7a4cc91..94429d4 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,6 @@
# WebAuthntine Project
-[![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg)](https://lerna.js.org/)
+![WebAuthn](https://img.shields.io/badge/WebAuthn-Simplified-blueviolet?style=for-the-badge&logo=WebAuthn)
+[![npm (scoped)](https://img.shields.io/npm/v/@webauthntine/server?style=for-the-badge&logo=npm)](https://www.npmjs.com/search?q=webauthntine)
This monorepo contains two complimentary libraries to help reduce the amount of work needed to
incorporate WebAuthn into a website. The following packages are maintained here:
diff --git a/packages/browser/README.md b/packages/browser/README.md
index c2522a6..2c402c7 100644
--- a/packages/browser/README.md
+++ b/packages/browser/README.md
@@ -1,2 +1,4 @@
# @webauthntine/browser
-[![npm (scoped)](https://img.shields.io/npm/v/@webauthntine/browser)](https://www.npmjs.com/package/@webauthntine/browser)
+![WebAuthn](https://img.shields.io/badge/WebAuthn-Simplified-blueviolet?style=for-the-badge&logo=WebAuthn)
+[![npm (scoped)](https://img.shields.io/npm/v/@webauthntine/browser?style=for-the-badge&logo=npm)](https://www.npmjs.com/package/@webauthntine/browser)
+![Browser Support](https://img.shields.io/badge/Browser-ES2018+-brightgreen?style=for-the-badge&logo=Mozilla+Firefox)
diff --git a/packages/server/README.md b/packages/server/README.md
index e96b296..fe5402f 100644
--- a/packages/server/README.md
+++ b/packages/server/README.md
@@ -1,3 +1,4 @@
# @webauthntine/server
-[![npm (scoped)](https://img.shields.io/npm/v/@webauthntine/server)](https://www.npmjs.com/package/@webauthntine/server)
-![node-lts (scoped)](https://img.shields.io/node/v-lts/@webauthntine/server)
+![WebAuthn](https://img.shields.io/badge/WebAuthn-Simplified-blueviolet?style=for-the-badge&logo=WebAuthn)
+[![npm (scoped)](https://img.shields.io/npm/v/@webauthntine/server?style=for-the-badge&logo=npm)](https://www.npmjs.com/package/@webauthntine/server)
+![node-lts (scoped)](https://img.shields.io/node/v/@webauthntine/server?style=for-the-badge&logo=Node.js)