diff --git a/README.md b/README.md index 08a5501..d4bb78b 100644 --- a/README.md +++ b/README.md @@ -1,501 +1,501 @@ -# CalcBinding - -CalcBinding is an advanced Binding markup extension that allows you to write calculated binding expressions in xaml, without custom converters. CalcBinding can automaticaly perfom bool to visibility convertion, inverse your expression and more. CalcBinding makes binding expressions shorter and more user-friendly. [Release notes](#release-notes) - -## Install - -CalcBinding is available at [NuGet](https://www.nuget.org/packages/CalcBinding/). You can install package using: -``` -PM> Install-Package CalcBinding -``` - -## Overview -Following example shows xaml snippets with standart Binding and with CalcBinding in very simple case: - -### Before: - -```xml - -``` - -(without MyCustomConveter declaration and referencing to it in xaml) - -### After: - -```xml -