Skip to content

Commit 96565ec

Browse files
committed
Fix README markdown
1 parent 4ad439e commit 96565ec

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#SnappyRouter
1+
# SnappyRouter
2+
23
[![Build Status](https://travis-ci.org/Vectorface/SnappyRouter.svg?branch=master)](https://travis-ci.org/Vectorface/SnappyRouter)
34
[![Code Coverage](https://scrutinizer-ci.com/g/Vectorface/SnappyRouter/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/Vectorface/SnappyRouter/?branch=master)
45
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/Vectorface/SnappyRouter/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/Vectorface/SnappyRouter/?branch=master)
@@ -11,7 +12,7 @@ standard in most other routers such as:
1112
- Controller/Action based routes
1213
- Rest-like routes with API versioning
1314
- Pattern matching routes (based off [nikic/FastRoute](https://github.com/nikic/FastRoute))
14-
- Direct file invokation (wrap paths to specific files through the router)
15+
- Direct file invocation (wrap paths to specific files through the router)
1516

1617
SnappyRouter makes it easy to write your own routing handler for any imaginable
1718
custom routing scheme.

0 commit comments

Comments
 (0)