From 28cf649178ef218e8db1b47d40f0d029c98ecb25 Mon Sep 17 00:00:00 2001 From: Alex Yakunin Date: Mon, 6 Nov 2023 07:38:08 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e3cad926f..cdc094448 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ You can't tell whether `userService` here is a local compute service or a comput - Every call you make to `userService` terminates instantly if its previous result is still consistent - And if `GetUserName` is a method of another computed service (a local one), [computed value] backing `GetUser(id)` call that it makes would automatically extend Fusion's dependency graph for `GetUserName(id)` call! -So **Fusion abstracts away the "placement" of a service, and does it much better than a typical RPC proxy:** contrary to conventional RPC proxies, Fusion proxies aren't "chatty". +So **Fusion abstracts away the "placement" of a service, and does it much better than a conventional RPC proxy does:** Fusion proxies aren't "chatty" by default! ## Documentation @@ -105,7 +105,7 @@ Check out [Samples]; some of them are covered further in this document. ## "What is your evidence?"* -**All of this sounds way too good to believe it really works, right?** That's why there are lots of visual proofs in the remaining part of this document. But if you'll find anything concerning in Fusion's source code or [samples], please feel free to grill us with questions on [Discord]! +**All of this sounds way too good to be true, right?** That's why there are lots of visual proofs in the remaining part of this document. But if you'll find anything concerning in Fusion's source code or [samples], please feel free to grill us with questions on [Discord]! Let's start with some big guns: