From 20985d515fd88c798dddb5e946bd4dd5fe40cd6b Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Tue, 13 Mar 2018 19:13:37 +0100 Subject: Address feedback --- packages/deployer/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/deployer/README.md') diff --git a/packages/deployer/README.md b/packages/deployer/README.md index 5f10b762b..9abcfa6fe 100644 --- a/packages/deployer/README.md +++ b/packages/deployer/README.md @@ -41,7 +41,7 @@ Options: You might want to write a migration scripts (similar to `truffle migrate`), that deploys multiple contracts and configures them. Below you'll find a simple example of such a script to help you get started. -``` +```typescript import { Deployer } from '@0xproject/deployer'; import * as path from 'path'; -- cgit v1.2.3