Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(120)

Unified Diff: README.md

Issue 1834783004: Merge in changes from SDK branch (Closed) Base URL: https://github.com/dart-lang/fixnum@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | lib/src/int32.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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).
« no previous file with comments | « no previous file | lib/src/int32.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698