From 54ae94dde01af6324cf7e91538f93e5bd3418c1e Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Thu, 22 Mar 2018 12:53:51 +0000 Subject: Fix benefits list --- packages/website/md/docs/deployer/introduction.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages') diff --git a/packages/website/md/docs/deployer/introduction.md b/packages/website/md/docs/deployer/introduction.md index 114b71bde..c2e2ab24b 100644 --- a/packages/website/md/docs/deployer/introduction.md +++ b/packages/website/md/docs/deployer/introduction.md @@ -8,8 +8,8 @@ Deployer has the following advantages over Truffle: * Improved artifact files: * Properly segregated artifacts to support storing different versions of smart contract deployed on different networks. * Storage of contructor args and contract source code -* An easy to maintain codebase: TypeScript + Single package -* Allows you to specify the deployer address +* An easy to maintain codebase: TypeScript + Single repo +* Allows you to specify the deployer RPC address * Migrations that work with `async/await` * Migrations that can be written synchronously in order to guarentee deterministic contract addresses * No race conditions when running migrations. -- cgit