diff options
author | Fabio Berger <me@fabioberger.com> | 2018-08-22 21:07:31 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2018-08-22 21:07:31 +0800 |
commit | 27ba218ed75577982a6dc01cc6d992b92f27bba9 (patch) | |
tree | cba4fde3a5cf7645b36e35b29e7a2a823112b177 | |
parent | d907b403788576c7d4fe51090a561f1e951126e2 (diff) | |
download | dexon-sol-tools-27ba218ed75577982a6dc01cc6d992b92f27bba9.tar dexon-sol-tools-27ba218ed75577982a6dc01cc6d992b92f27bba9.tar.gz dexon-sol-tools-27ba218ed75577982a6dc01cc6d992b92f27bba9.tar.bz2 dexon-sol-tools-27ba218ed75577982a6dc01cc6d992b92f27bba9.tar.lz dexon-sol-tools-27ba218ed75577982a6dc01cc6d992b92f27bba9.tar.xz dexon-sol-tools-27ba218ed75577982a6dc01cc6d992b92f27bba9.tar.zst dexon-sol-tools-27ba218ed75577982a6dc01cc6d992b92f27bba9.zip |
Improve README
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -69,7 +69,7 @@ Dedicated documentation pages: Node version >= 6.12 is required. Most of the packages require additional typings for external dependencies. -You can include those by prepending @0xproject/typescript-typings package to your [`typeRoots`](http://www.typescriptlang.org/docs/handbook/tsconfig-json.html) config. +You can include those by prepending the `@0xproject/typescript-typings` package to your [`typeRoots`](http://www.typescriptlang.org/docs/handbook/tsconfig-json.html) config. ```json "typeRoots": ["node_modules/@0xproject/typescript-typings/types", "node_modules/@types"], |