From 34fb7e8693e1f63519b605949855299ef95d1c0b Mon Sep 17 00:00:00 2001 From: Johannes Homeier Date: Sun, 19 Nov 2023 13:55:54 +0100 Subject: [PATCH] docs: update README.md add shields & fix composables link --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ca60ff6..b29acff 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ # Angular Extensions +[![License](https://img.shields.io/github/license/bynaryDE/eslint-config)](https://github.com/bynaryDE/angular-extensions/blob/main/LICENSE.md) + This workspace contains a set of libraries to help you build Angular applications faster. ## Libraries -| Name | Description | -|-----------------------------------------------------------|-----------------------------------------------------------------------------------------------| -| [@bynary/composables](libs/composables/README.md) | A set of composable functions to help you build Angular applications faster. Based on signals | +| Name | NPM | Description | +|-----------------------------------------------------------|-----|------------------------------------------------------------------------------------------------| +| [@bynary/composables](libs/composables/) | [![npm](https://img.shields.io/npm/v/%40bynary%2Fcomposables)](https://www.npmjs.com/package/@bynary/composables) | A set of composable functions to help you build Angular applications faster. Based on signals |