From 6f2e35c517f351594ec9314e799badc50d32387f Mon Sep 17 00:00:00 2001 From: Nikolai Mushegian Date: Mon, 15 Feb 2016 20:30:31 -0500 Subject: [PATCH] formatting --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index bdf8080..0cf8514 100644 --- a/README.md +++ b/README.md @@ -45,26 +45,26 @@ How to ##### Mixin Types - `DSBaseActor`: `exec` and `tryExec`, wrappers around `.call`. +`DSBaseActor`: `exec` and `tryExec`, wrappers around `.call`. ### `data`: ##### Concrete Types - `DSMap`: word-sized keys to word-sized values +`DSMap`: word-sized keys to word-sized values - `DSNullMap`: Nullable version of `DSMap`. Throws on null `get`, has `tryGet` with error return argument. +`DSNullMap`: Nullable version of `DSMap`. Throws on null `get`, has `tryGet` with error return argument. - `DSBalanceDB`: Typed map for "balances" (set/add/subtract/move), used with `token` +`DSBalanceDB`: Typed map for "balances" (set/add/subtract/move), used with `token` - `DSApprovalDB`: Typed map for "approvals" (set), used with `token` +`DSApprovalDB`: Typed map for "approvals" (set), used with `token` ### `factory`: ##### Singletons - `DSFactory1`: Factories for most types in v1. TODO special usage for `install` vs `build` +`DSFactory1`: Factories for most types in v1. TODO special usage for `install` vs `build` ### `gov`: