Skip to content

Commit

Permalink
Merge pull request #34 from gbirke/patch-1
Browse files Browse the repository at this point in the history
Fix typo in README
  • Loading branch information
JeroenDeDauw committed Apr 16, 2018
2 parents 9fbac5a + 6a4c08a commit 55c4388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
@@ -1,7 +1,7 @@
# ParamProcessor

ParamProcessor is a parameter processing library that provides a way to
decoratively define a set of parameters and how they should be processed.
declaratively define a set of parameters and how they should be processed.
It can take such declarations together with a list of raw parameters and
provide the processed values. For example, if one defines a parameter to
be an integer, in the range `[0, 100]`, then ParamProcessor will verify the
Expand Down

0 comments on commit 55c4388

Please sign in to comment.