about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@lumberjaph.net>2013-05-06 19:54:31 -0700
committerFranck Cuny <franck@lumberjaph.net>2013-05-06 20:46:03 -0700
commit2e586e7e4f5088e35fa810b41c049c933111c0f8 (patch)
treee8abd25de38f7b67404a291c55084ef9772c9883
parentAdd a one line documentation for the public methods in the router (diff)
downloadpath-router-2e586e7e4f5088e35fa810b41c049c933111c0f8.tar.gz
rename mooh to path router
-rw-r--r--README.md14
1 files changed, 6 insertions, 8 deletions
diff --git a/README.md b/README.md
index 6079519..123693c 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,10 @@
-# mooh - fetche la vache [![Build Status](https://drone.io/github.com/franckcuny/mooh/status.png)](https://drone.io/github.com/franckcuny/mooh/latest)
+# Path-Router
 
-![mooh](http://farm9.staticflickr.com/8347/8162712205_a7e5a16a3e_z.jpg)
+## What is Path Router
 
-## What is mooh
+Path Router is a playground for me to test ideas and concept for what I want in a dispatcher.
 
-moo is a playground for me to test ideas and concept for what I want in a web framework.
-
-## What mooh is not
+## What Path Router is not
 
 It's definitely not designed with speed in mind.  Stability in the API and design is not done, so things are changing frequently.
 
@@ -58,5 +56,5 @@ If you use validation, you can write this kind of route with no ambiguity:
 
 ## External links
 
-* [Build status](https://drone.io/github.com/franckcuny/mooh/latest)
-* [Internal Documentation](http://godoc.org/github.com/franckcuny/mooh)
+* [Build status](https://drone.io/github.com/franckcuny/path-router/latest)
+* [Internal Documentation](http://godoc.org/github.com/franckcuny/path-router)