ready for first publish
diff --git a/.status b/.status
deleted file mode 100644
index 364ca4b..0000000
--- a/.status
+++ /dev/null
@@ -1,4 +0,0 @@
-# Copyright (c) 2015, the Dart project authors.  Please see the AUTHORS file
-# for details. All rights reserved. Use of this source code is governed by a
-# BSD-style license that can be found in the LICENSE file.
-
diff --git a/README.md b/README.md
index 5efb808..433078b 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,7 @@
 
 ```dart
 PubCache cache = new PubCache();
+
 for (Application app in cache.getGlobalApplications()) {
   print('activated app: ${app.name}, version: ${app.version}');
 }
diff --git a/lib/pub_cache.dart b/lib/pub_cache.dart
index 6407f04..a2c8b00 100644
--- a/lib/pub_cache.dart
+++ b/lib/pub_cache.dart
@@ -2,6 +2,7 @@
 // for details. All rights reserved. Use of this source code is governed by a
 // BSD-style license that can be found in the LICENSE file.
 
+/// A programmatic API for reflecting on Pub's cache directory.
 library pub_cache;
 
 import 'dart:io';