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

Unified Diff: pkg/path/README.md

Issue 18356011: Rename "pathos" package to "path". (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 5 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
Index: pkg/path/README.md
diff --git a/pkg/pathos/README.md b/pkg/path/README.md
similarity index 98%
rename from pkg/pathos/README.md
rename to pkg/path/README.md
index 1e50b2318e8bc68aa32afa457e0175f947ad2ebf..dacacaa8396c66c6027eba754b9611c1d9f8cb51 100644
--- a/pkg/pathos/README.md
+++ b/pkg/path/README.md
@@ -1,6 +1,6 @@
A comprehensive, cross-platform path manipulation library for Dart.
-The pathos library provides common operations for manipulating file paths:
+The path package provides common operations for manipulating file paths:
joining, splitting, normalizing, etc.
We've tried very hard to make this library do the "right" thing on whatever
@@ -14,7 +14,7 @@ style.
The path library was designed to be imported with a prefix, though you don't
have to if you don't want to:
- import 'package:pathos/path.dart' as path;
+ import 'package:path/path.dart' as path; // TODO(bob): ???
## Top-level functions

Powered by Google App Engine
This is Rietveld 408576698