Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maximn committed Jan 26, 2014
1 parent f7622de commit 5215894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Hopefully this will help avoid littering enums with unnecessary attributes!
Dehumanizes a string into the Enum it was originally Humanized from! The API looks like:

```C#
public static Enum DehumanizeTo<TTargetEnum>(this string input)
public static TTargetEnum DehumanizeTo<TTargetEnum>(this string input)
```

And the usage is:
Expand Down

0 comments on commit 5215894

Please sign in to comment.