Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kakathian committed Aug 7, 2018
1 parent de6725d commit 769d2b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -5,7 +5,7 @@ Framex was written in C# using .NET Core 2.0. This is targetted for to be used b

The example project `https://github.com/kakathian/framex/tree/master/Framex.Platform` shows how to consume framex.core framework.

https://github.com/kakathian/framex/blob/master/Framex.Platform/Commands/ValuesProcessor.cs shows how a processor is built using framex.core framework.
https://github.com/kakathian/framex/blob/master/Framex.Platform/Processors/ValuesProcessor.cs shows how a processor is built using framex.core framework.

Framex is inspired by template design pattern.
https://github.com/kakathian/framex/blob/master/Framex.Core/BaseProcessor.cs class has `ProcessAsync` which actually
Expand Down

0 comments on commit 769d2b5

Please sign in to comment.