| 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
|
|
|
|
|