Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
killmenot committed Dec 9, 2018
1 parent 7aeb3eb commit 15fcc2a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# qewd-microservice-router: MicroService Routing Module for QEWD

[![Build Status](https://travis-ci.org/robtweed/qewd-microservice-router.svg?branch=master)](https://travis-ci.org/robtweed/qewd-microservice-router) [![Coverage Status](https://coveralls.io/repos/github/robtweed/qewd-microservice-router/badge.svg?branch=master)](https://coveralls.io/github/robtweed/qewd-microservice-router?branch=master) [![Dependency Status](https://gemnasium.com/badges/github.com/robtweed/qewd-microservice-router.svg)](https://gemnasium.com/github.com/robtweed/qewd-microservice-router)
[![Build Status](https://travis-ci.org/robtweed/qewd-microservice-router.svg?branch=master)](https://travis-ci.org/robtweed/qewd-microservice-router) [![Coverage Status](https://coveralls.io/repos/github/robtweed/qewd-microservice-router/badge.svg?branch=master)](https://coveralls.io/github/robtweed/qewd-microservice-router?branch=master) [![Dependency Status](https://david-dm.org/robtweed/qewd-microservice-router.svg)](https://david-dm.org/robtweed/qewd-microservice-router) [![npm version](https://img.shields.io/npm/v/qewd-microservice-router.svg)](https://www.npmjs.com/package/qewd-microservice-router)

Rob Tweed <rtweed@mgateway.com>
23 November 2017, M/Gateway Developments Ltd [http://www.mgateway.com](http://www.mgateway.com)
Expand All @@ -27,7 +27,7 @@ Routing tables will have been set up by QEWD microservices during master process
## License

```
Copyright (c) 2017 M/Gateway Developments Ltd,
Copyright (c) 2016-2018 M/Gateway Developments Ltd,
Reigate, Surrey UK.
All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
----------------------------------------------------------------------------
| qewd-microservice-router: MicroService Routing Module for QEWD |
| |
| Copyright (c) 2017 M/Gateway Developments Ltd, |
| Copyright (c) 2016-2018 M/Gateway Developments Ltd, |
| Reigate, Surrey UK. |
| All rights reserved. |
| |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "MicroService Routing Module for QEWD",
"main": "index.js",
"engines": {
"node": ">= 4",
"node": ">= 6",
"npm": ">= 2.15"
},
"scripts": {
Expand Down

0 comments on commit 15fcc2a

Please sign in to comment.