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

Unified Diff: README.md

Issue 886643002: pkg/protobuf: cleanup and prep for 0.3.5 release (Closed) Base URL: https://github.com/dart-lang/dart-protobuf.git@master
Patch Set: nits Created 5 years, 11 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 | « CHANGELOG.md ('k') | lib/src/protobuf/coded_buffer_reader.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 6e8935bf79548e5255da6250612fda0d5576d9e1..fec77e6ab82614a8b437b5e52ea6da46f9524cfc 100644
--- a/README.md
+++ b/README.md
@@ -1,32 +1,14 @@
-Protobuf runtime support library
-================================
+Provides runtime support for a Dart implementation of protobufs.
[![Build Status](https://drone.io/github.com/dart-lang/dart-protobuf/status.png)](https://drone.io/github.com/dart-lang/dart-protobuf/latest)
-This library provides runtime support library for Dart implementation
-of protobufs.
+Typically one do not need to import this library–only libraries
+generated by the protoc plugin import this library directly.
-Typically one do not need to import this library---only libraries
-generated by protoc plugin import this library directly.
+If your library or application uses generated protobuf libraries, add this
+library as a dependency.
-However, if your library or application uses generated protobuf libraries,
-please, add this library as a dependency.
+### References
-Hacking
--------
-
-So far to hack on the library the main thing you should be aware of is how
-to run unittests. The easiest way would be to use DartEditor and run
-`all_tests.dart` file which is the whole suite.
-
-If you'd like to run test from command line, please, do not pass proper
-package root.
-
-Useful references
------------------
-
-* [Main Dart site](http://www.dartlang.org)
-* [Main protobuf site](https://code.google.com/p/protobuf)
+* [protobuf site](https://code.google.com/p/protobuf)
* [Protoc plugin project](https://github.com/dart-lang/dart-protoc-plugin)
-* [DartEditor download](http://www.dartlang.org)
-* [Pub documentation](http://pub.dartlang.org/doc)
« no previous file with comments | « CHANGELOG.md ('k') | lib/src/protobuf/coded_buffer_reader.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698