Conversation
Codecov Report
@@ Coverage Diff @@
## master #200 +/- ##
=======================================
Coverage 34.91% 34.91%
=======================================
Files 98 98
Lines 1793 1793
Branches 275 275
=======================================
Hits 626 626
Misses 1167 1167
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
|
@0xGabi Merging this now so we can have the website updated, we can review afterwards! |
|
|
||
| From the point of view of a consumer of your connector, the resulting object will be a function that can get used to connect an app. | ||
|
|
||
| For example, this is how app authors can initiate a connection to the Voting app. In this example, `connectVoting` got returned by `createAppConnector()`: |
There was a problem hiding this comment.
I found this section a bit confusing. I tried to clarify it a bit on #204
| ) | ||
| } | ||
|
|
||
| return new MyAppConnector( |
There was a problem hiding this comment.
I fix a small typo here where we should use Voting instead of MyAppConnector. Or did you have something different in mind when writing it?
No description provided.