Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vladaspasic committed Dec 15, 2014
1 parent c036bbd commit dfa6b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
node-registry [![Build Status](https://travis-ci.org/vladaspasic/node-registry.svg?branch=master)](https://travis-ci.org/vladaspasic/node-registry) [![Coverage Status](https://img.shields.io/coveralls/vladaspasic/node-registry.svg)](https://coveralls.io/r/vladaspasic/node-registry)
node-registry [![NPM version](https://img.shields.io/npm/v/node-registry.svg)](https://img.shields.io/npm/v/node-registry.svg) [![Build Status](https://travis-ci.org/vladaspasic/node-registry.svg?branch=master)](https://travis-ci.org/vladaspasic/node-registry) [![Coverage Status](https://img.shields.io/coveralls/vladaspasic/node-registry.svg)](https://coveralls.io/r/vladaspasic/node-registry)
=============

Node Registry is a IoC Container for `node.js`. Registry helps you to glue your code together and easily manage your dependencies. Building blocks for the Container are `Modules`. You can manage your Module dependecy injections, lifecycle and behavior easily with the Registry support. With this approach you can easily decouple your logic into smaller units of code, this allows you the easily test, refactor and manage each specific part of your server logic.
Expand Down

0 comments on commit dfa6b3a

Please sign in to comment.