| Index: README.md
|
| diff --git a/README.md b/README.md
|
| index bb39a08a8d44f36ddb2b7864d0895c8a0622ef6b..3e6af187dfd55e8658fe93487a401f88b6013434 100644
|
| --- a/README.md
|
| +++ b/README.md
|
| @@ -12,14 +12,6 @@ The fixnum package provides data types for signed 32- and 64-bit integers.
|
| The integer implementations in this library are designed to work identically
|
| whether executed on the Dart VM or compiled to JavaScript.
|
|
|
| -## Installation
|
| -
|
| -Use [pub](http://pub.dartlang.org) to install this package. Add the following
|
| -to your `pubspec.yaml` file:
|
| -
|
| - dependencies:
|
| - fixnum: '>=0.9.1 <0.10.0'
|
| -
|
| For more information, see the
|
| [fixnum package](http://pub.dartlang.org/packages/fixnum) on
|
| [pub.dartlang.org](http://pub.dartlang.org).
|
|
|