diff --git a/README.md b/README.md index 5a8a751..a1ee20b 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,10 @@ [![Pub Version](https://img.shields.io/pub/v/drules)](https://pub.dev/packages/drules) [![Discussion](https://img.shields.io/badge/chat-Discussion-blueviolet)](https://github.com/dizitart/drules/discussions) +
+ +
+ Drules is a simple rule engine for Dart. It allows you to define rules in Json format and execute them against a given context. The rules are defined in a simple Json format and can be easily extended to support more complex rules. ## Usage @@ -354,5 +358,7 @@ Also consider supporting it by giving a star on [GitHub](https://github.com/dizi If you would like to contribute to this project, please feel free to send a pull request. +## Logo Attribution +Business and finance icons created by bukeicon - Flaticon diff --git a/assets/drules-logo.png b/assets/drules-logo.png new file mode 100644 index 0000000..4f24cfc Binary files /dev/null and b/assets/drules-logo.png differ