Skip to content

Commit 86d79a0

Browse files
committed
Fixing formatting
1 parent f877fe0 commit 86d79a0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -313,15 +313,15 @@ Hooks are a way to invoke functions and then invoke certain behaviors inside the
313313

314314
### `cacheContractHook`
315315

316-
**Signature**:
316+
**Signature**:
317317
`cacheContractHook = async (action: () => Promise<any> | any,
318318
contractId?: string,
319319
refreshCommunityContract?: boolean)`
320320

321-
**Parameters**:
322-
*action*: Action to be called inside before executing the hook
323-
*contractId*: Contract to be cached right after `action` has finished its execution
324-
*refreshCommunityContract*: Whether the community contract should be updated after `action` has finished its execution
321+
**Parameters**:
322+
*action*: Action to be called inside before executing the hook
323+
*contractId*: Contract to be cached right after `action` has finished its execution
324+
*refreshCommunityContract*: Whether the community contract should be updated after `action` has finished its execution
325325

326326
**Usage**:
327327

0 commit comments

Comments
 (0)