Skip to content

Commit

Permalink
UPDATE(README.md): change name repository
Browse files Browse the repository at this point in the history
Change the name of the repository to middle-injector. Update occurrences on README.md
  • Loading branch information
Alberto Iglesias Gallego committed Dec 5, 2016
1 parent 76d57f4 commit b5238f0
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[![Build Status](https://travis-ci.org/master-tools/middle-inyector.svg?branch=master)](https://travis-ci.org/master-tools/middle-inyector)
[![Build Status](https://travis-ci.org/master-tools/middle-injector.svg?branch=master)](https://travis-ci.org/master-tools/middle-injector)
[![Dependency Status](https://www.versioneye.com/user/projects/583d9c098de3f3004d1ebd60/badge.svg?style=flat-square)](https://www.versioneye.com/user/projects/583d9c098de3f3004d1ebd60)
[![Coverage Status](https://coveralls.io/repos/github/master-tools/middle-inyector/badge.svg)](https://coveralls.io/github/master-tools/middle-inyector)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/6883719a1d324162a1cec89c7e7f2380)](https://www.codacy.com/app/alberto-uchiha/middle-inyector?utm_source=github.com&utm_medium=referral&utm_content=master-tools/middle-inyector&utm_campaign=Badge_Grade)
[![Coverage Status](https://coveralls.io/repos/github/master-tools/middle-injector/badge.svg)](https://coveralls.io/github/master-tools/middle-injector)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/6883719a1d324162a1cec89c7e7f2380)](https://www.codacy.com/app/alberto-uchiha/middle-injector?utm_source=github.com&utm_medium=referral&utm_content=master-tools/middle-injector&utm_campaign=Badge_Grade)

Middle-inyector
Middle-injector
---------------
Module to inject dependencies and variables for frameworks that works on
NodeJS and middlewares. You could use it to inicialize the app more organiazed
Expand All @@ -12,9 +12,9 @@ project is open source.

Install
-------
To install middle-inyector you can run the next command:
To install middle-injector you can run the next command:

`npm install --save github:master-tools/middle-inyector`
`npm install --save master-tools/middle-injector`

Test
----
Expand All @@ -26,14 +26,18 @@ command:
Examples
--------
You can view some examples to know how to use it or give you some ideas of
witch cases could do it in the next repository:
witch cases could do it in the next url documentation:

- https://master-tools.gitbooks.io/middle-inyector-examples/content/
- https://master-tools.gitbooks.io/middle-injector-examples/content/

Also you can see some examples on the next repository:

- https://github.com/master-tools/middle-injector-examples

Contribute
----------
If you want to contribute, you can do it writing a pull request and following
the next rules on yout commits:
the next rules on your commits:

- https://git-scm.com/book/ch5-2.html
- https://github.com/erlang/otp/wiki/writing-good-commit-messages
Expand Down

0 comments on commit b5238f0

Please sign in to comment.