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

Unified Diff: README.md

Issue 943033002: Change executable name to "darfmt". Fix #163. (Closed) Base URL: https://github.com/dart-lang/dart_style.git@master
Patch Set: Fix warning. Created 5 years, 10 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') | bin/format.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 b680ae41b18909712f6b2e33b65a88ea36e94406..ffe6eff726e5c9789bc85374a1f34ab26d8c2708 100644
--- a/README.md
+++ b/README.md
@@ -7,10 +7,6 @@ It handles indentation, inline whitespace and (by far the most difficult),
intelligent line wrapping. It has no problems with nested collections, function
expressions, long argument lists, or otherwise tricky code.
-**The formatter is at a beta state right now. It does a good job on most code,
-and I'd love to have you try it and [report bugs][bugs], but its output may
-change over time.**
-
## Running it
The package exposes a simple command-line wrapper around the core formatting
@@ -18,7 +14,7 @@ library. The easiest way to invoke it is to [globally activate][] the package
and let pub put its executable on your path:
$ pub global activate dart_style
- $ dartformat ...
+ $ dartfmt ...
If you don't want `dartformat` on your path, you can run it explicitly:
« no previous file with comments | « CHANGELOG.md ('k') | bin/format.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698