Skip to content

Commit

Permalink
made README file as md
Browse files Browse the repository at this point in the history
  • Loading branch information
kracekumar committed Nov 17, 2012
1 parent 1cd1b53 commit e146a1a
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.rst → README.md
Expand Up @@ -13,10 +13,14 @@ Why not use regex based routing system?
- Too complicated.

- Easy to make mistake.
Example
-------

- Example
-------

```
@app.add_url_route('^/brubeck')
@app.add_url_route('^/brubeck/\d')
```

Above regex routes seems to be different but not.
Request - `/brubeck` and `/brubeck/1` will match first because
Expand Down Expand Up @@ -115,7 +119,8 @@ Reference
---------
For more info about `Werkzeug Routing <http://werkzeug.pocoo.org/docs/routing/>`_.
```
Development
-----------
Expand Down

0 comments on commit e146a1a

Please sign in to comment.