aboutsummaryrefslogtreecommitdiffstats
path: root/packages/deployer/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'packages/deployer/README.md')
-rw-r--r--packages/deployer/README.md2
1 files changed, 1 insertions, 1 deletions
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';