Skip to content

Commit 4d30b66

Browse files
- add tag
- improve spelling
1 parent 40894b1 commit 4d30b66

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Lambda Converters
22

3-
The library allows to write `IValueConverter` and `IMultiValueConverter` objects with the most convenient syntax available, ideally, using the lambda expressions.
3+
The library allows to create `IValueConverter` and `IMultiValueConverter` objects with the most convenient syntax available, ideally, using the lambda expressions.
44

55
First create a (static) class and define your converters as static fields (or properties):
66

Sources/LambdaConverters.Deployment/LambdaConverters.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<title>Lambda Converters</title>
77
<authors>Michael Damatov</authors>
88
<summary>Strongly-typed lambda expressions as value converters</summary>
9-
<description>The library allows to write IValueConverter and IMultiValueConverter objects with the most convenient syntax available, ideally, using the lambda expressions.</description>
9+
<description>The library allows to create IValueConverter and IMultiValueConverter objects with the most convenient syntax available, ideally, using the lambda expressions.</description>
1010
<projectUrl>https://github.com/michael-damatov/lambda-converters</projectUrl>
1111
<iconUrl>https://raw.githubusercontent.com/michael-damatov/lambda-converters/master/Icon.png</iconUrl>
1212
<licenseUrl>https://github.com/michael-damatov/lambda-converters/blob/master/LICENSE</licenseUrl>
13-
<tags>lambda expression converter strongly typed value multi</tags>
13+
<tags>lambda expression converter wpf strongly typed value multi</tags>
1414
</metadata>
1515
<files />
1616
</package>

0 commit comments

Comments
 (0)