From 27ba218ed75577982a6dc01cc6d992b92f27bba9 Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Wed, 22 Aug 2018 14:07:31 +0100 Subject: Improve README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 647829336..110c6f19e 100644 --- a/README.md +++ b/README.md @@ -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"], -- cgit v1.2.3 From 8eb4b6f91791313dc02865a9dd3324cce646d537 Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Thu, 23 Aug 2018 17:50:42 +0100 Subject: Remove trailing slash --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 110c6f19e..a8bd7413e 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This repository is a monorepo including the 0x protocol smart contracts and nume If you're developing on 0x now or are interested in using 0x infrastructure in the future, please join our [developer mailing list][dev-mailing-list-url] for updates. -[website-url]: https://0xproject.com/ +[website-url]: https://0xproject.com [whitepaper-url]: https://0xproject.com/pdfs/0x_white_paper.pdf [dev-mailing-list-url]: http://eepurl.com/dx4cPf -- cgit v1.2.3