From 56cb6f12d1346e8d36c27e8a9999959af7beee0b Mon Sep 17 00:00:00 2001 From: Ovan Crone Date: Tue, 6 Feb 2018 10:08:34 -0800 Subject: [PATCH] Changes CC license link to the friendly page - The page has a link to the license so I think that works. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78a52ef..6e82dc0 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ [![NuGet REstate EFCore Repo Release](https://img.shields.io/nuget/v/REstate.Engine.Repositories.Redis.svg?label=REstate.Engine.Repositories.EntityFrameworkCore)](https://www.nuget.org/packages/REstate.Engine.Repositories.EntityFrameworkCore) ![REstate Logo](https://github.com/psibr/REstate/blob/master/assets/icons/REstate.svg) -> "Android, bionic, hand, machine, palm, robot, technology icon" by [designforeat](https://www.iconfinder.com/designforeat), used under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/legalcode)/Partially rotated from original +> "Android, bionic, hand, machine, palm, robot, technology icon" by [designforeat](https://www.iconfinder.com/designforeat), used under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)/Partially rotated from original # REstate REstate is a portable state-flow system. It allows you to define a set of possible states that a program can exist in and what input will cause the transition between any two states. When it transitions into a given state, you can define an action that will execute arbitrary code. This can be used to build complex, but deterministic and predefined systems, such as workflow systems or distributed systems.