From 9ee915b7bd515e74b3b2a7288c71661782ae0ae5 Mon Sep 17 00:00:00 2001 From: Dishant Munjal Date: Tue, 20 Aug 2019 10:20:57 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e317a2e..13eddc0 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # Rules Engine ## Overview -Rules Engine is a library for abstracting business logic/rules/policies out of the system. This works in a very simple way by giving you an ability to put your rules in a store outside the core logic of the system thus ensuring that any change in rules doesn't affect the core system. +Rules Engine is a library/NuGet package for abstracting business logic/rules/policies out of the system. This works in a very simple way by giving you an ability to put your rules in a store outside the core logic of the system thus ensuring that any change in rules doesn't affect the core system. ## Installation -To install this library, please clone this project and refer it as class library. +To install this library, please download the latest version of [NuGet Package](https://www.nuget.org/packages/RulesEngine/) from [nuget.org](https://www.nuget.org/) and refer it into your project. ## How to use it