diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -3,4 +3,6 @@
 
 # enumerate-function
 
-TODO
+see the `Enumerate.Function` module for examples and documentation.
+
+(if hackage is broken, see the source: https://github.com/sboosali/enumerate-function/blob/master/sources/Enumerate/Function.hs ).
diff --git a/enumerate-function.cabal b/enumerate-function.cabal
--- a/enumerate-function.cabal
+++ b/enumerate-function.cabal
@@ -1,7 +1,10 @@
 name:                enumerate-function
-version:             0.0.0
-synopsis:            TODO
-description:         TODO
+version:             0.0.1
+synopsis:            simple package for inverting functions and testing totality, via brute enumeration of the domain
+description:         
+ .
+ see the "Enumerate.Function" module for examples for documentation.
+ .
 homepage:            http://github.com/sboosali/enumerate-function#readme
 license:             BSD3
 license-file:        LICENSE
