diff --git a/README.md b/README.md index b8f70f2..458693f 100644 --- a/README.md +++ b/README.md @@ -78,16 +78,7 @@ If you're familiar with how to use browserify, ignore this and carry on, otherwi **WARNING**: iOS devices have [problems](https://github.com/feross/buffer/issues/136), use atleast [buffer@5.0.5](https://github.com/feross/buffer/pull/155) or greater, and enforce the test suites (for `Buffer`, and any other dependency) pass before use. ### Typescript or VSCode users -Type declarations for Typescript [are available](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/0897921174860ec3d5318992d2323b3ae8100a68/types/bitcoinjs-lib) for version `^3.0.0` of the library. - -``` bash -npm install @types/bitcoinjs-lib -``` - -For VSCode (and other editors), it is advised to install the type declarations, as Intellisense uses that information to help you code (autocompletion, static analysis). - -**WARNING**: These Typescript definitions are not maintained by the maintainers of this repository, and are instead maintained at [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped). -Please report any issues or problems there. +Type declarations for Typescript are included in this library. Normal installation should include all the needed type information. ### Flow