Skip to content

Commit 30b2bb5

Browse files
committed
Update README.md
1 parent 7bdf1f9 commit 30b2bb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Outcome is the ultimate result wrapper! It's great for those awkward moments whe
44

55
It's a fluent, expressive, easy-to-learn spin on the <a href="http://martinfowler.com/dslCatalog/notification.html">Notification pattern</a>, with a few careful tweaks.
66

7-
Outcome is particularly useful in MVC projects that do a lot of AJAX calls. If you serialize Outcome objects back to the client, you end up with a standard interface, and that opens doors for reuse on the JavaScript side.
7+
Outcome is particularly useful in MVC projects that do a lot of AJAX calls. If you serialize Outcome objects back to the client, you end up with a standard interface for most of your callbacks, and that opens doors for reuse on the JavaScript side.
88

99
How can I get started?
1010
==============

0 commit comments

Comments
 (0)