Skip to content

Commit

Permalink
Fixed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tvoronov committed Oct 10, 2015
1 parent b303164 commit 18be629
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ via bower

```

## Features
* multiple strategies
* extensible

## Usage

### Basic
Expand Down Expand Up @@ -63,8 +59,8 @@ via bower

...

var bar = container.resolve('bar-service');
var foo = container.resolve('foo-service');
var userService = container.resolve('services/user');
var userInstance = container.resolve('models/user');

```
Expand Down

0 comments on commit 18be629

Please sign in to comment.