From d0d80155367f212e25b062b2aebac3a4253f9814 Mon Sep 17 00:00:00 2001 From: Daniel Tsui Date: Tue, 27 Mar 2018 11:25:01 -0700 Subject: [PATCH] Update README.md Fix a few readme things (watching your awesome demo on zoom right now!) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 84c6fb8..1363c0a 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ A set of useful components for common UI elements. ### LoadingContainer -This components wraps your entire app (but within the DrizzleProvider) and will show a loading screen until Drizzle, and therefore web3 and your contracts, are initialized. +This component wraps your entire app (but within the DrizzleProvider) and will show a loading screen until Drizzle, and therefore web3 and your contracts, are initialized. -`loadingComp` (component) The component displayed while Drizzle intializes. +`loadingComp` (component) The component displayed while Drizzle initializes. `errorComp` (component) The component displayed if Drizzle initialization fails. @@ -17,7 +17,7 @@ This components wraps your entire app (but within the DrizzleProvider) and will `method` (string, required) Method of the contract to call. -`methodArgs` (array) Arguments for the contract method call. EX: The address for an ERC20 balanceOf() function. The last argument can optionally be an options object with the typical from, gas and gasPrice keys. +`methodArgs` (array) Arguments for the contract method call. EX: The address for an ERC20 balanceOf() function. The last argument can optionally be an options object with the typical form, `gas` and `gasPrice` keys. `hideIndicator` (boolean) If true, hides the loading indicator during contract state updates. Useful for things like ERC20 token symbols which do not change. @@ -31,4 +31,4 @@ This components wraps your entire app (but within the DrizzleProvider) and will `method` (string, required) Method whose inputs will be used to create corresponding form fields. -`labels` (array) Custom labels; will follow ABI input ordering. Useful for friendlier names. For example "_to" becoming "Recipient Address". \ No newline at end of file +`labels` (array) Custom labels; will follow ABI input ordering. Useful for friendlier names. For example "_to" becoming "Recipient Address".