diff --git a/README.md b/README.md index 316f0cc..61b4fb9 100644 --- a/README.md +++ b/README.md @@ -41,14 +41,12 @@ The `identity`, `regexp` and `sinatra` types are included in the `mustermann` ge - cake /:prefix/** CakePHP - express /:prefix+/:id(\d+) @@ -58,7 +56,6 @@ The `identity`, `regexp` and `sinatra` types are included in the `mustermann` ge - flask /<prefix>/<int:id> @@ -68,7 +65,6 @@ The `identity`, `regexp` and `sinatra` types are included in the `mustermann` ge - identity /image.png @@ -77,7 +73,6 @@ The `identity`, `regexp` and `sinatra` types are included in the `mustermann` ge Exact string matching (no parameter parsing). - pyramid /{prefix:.*}/{id} @@ -87,7 +82,6 @@ The `identity`, `regexp` and `sinatra` types are included in the `mustermann` ge - rails /:slug(.:ext) @@ -100,7 +94,6 @@ The `identity`, `regexp` and `sinatra` types are included in the `mustermann` ge NYNY - regexp /(?<slug>[^\/]+) @@ -114,14 +107,12 @@ The `identity`, `regexp` and `sinatra` types are included in the `mustermann` ge Does not support expanding or generating templates. - shell /*.{png,jpg} Unix Shell (bash, zsh) Does not support expanding or generating templates. - simple /:slug.:ext @@ -140,7 +131,6 @@ The `identity`, `regexp` and `sinatra` types are included in the `mustermann` ge Does not support expanding or generating templates. - sinatra /:slug(.:ext)? @@ -156,7 +146,6 @@ The `identity`, `regexp` and `sinatra` types are included in the `mustermann` ge template (and others). - uri-template /{+pre}/{page}{?q}