We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dc1ce7 commit a8476b1Copy full SHA for a8476b1
1 file changed
README.md
@@ -1,5 +1,7 @@
1
# node-small-router
2
-Small router module for nodejs that allow allows users to execute callback code on a named route with or without parameters
+Small router module for nodejs that allow allows users to execute callback code on a named route with or without parameters and query strings.
3
+
4
+Dropped support for versions of node under 8.0 due to security issues with dependencies spotted by npm audit
5
6
[](https://badge.fury.io/js/small-router)
7
[](https://travis-ci.org/SC7639/node-small-router)
0 commit comments