From e60da68e55d0edc27eb7a6b2d12b770de00835b6 Mon Sep 17 00:00:00 2001 From: rphlmr Date: Fri, 27 Sep 2024 19:33:15 +0200 Subject: [PATCH] update --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 375ea81..0308cfb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ # Comply +![GitHub Repo stars](https://img.shields.io/github/stars/rphlmr/comply?style=social) +![npm](https://img.shields.io/npm/v/comply?style=plastic) +![GitHub](https://img.shields.io/github/license/rphlmr/comply?style=plastic) +![npm](https://img.shields.io/npm/dy/comply?style=plastic) +![npm](https://img.shields.io/npm/dw/comply?style=plastic) +![GitHub top language](https://img.shields.io/github/languages/top/rphlmr/comply?style=plastic) + This library provides a simple way to define and enforce policies within your application. Policies are defined as a set of rules that determine whether a specific action can be performed based on a given context. The API surface is small: