Skip to content

Commit

Permalink
Feedback applied.
Browse files Browse the repository at this point in the history
Change overview to a paragraph instead of list.
  • Loading branch information
virkt25 committed Jul 31, 2017
1 parent 51ddfec commit 2bbe512
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions packages/context/README.md
@@ -1,13 +1,10 @@
# @loopback/context

Loopback uses Context to manage state and dependencies in your application.
LoopBack uses Context to manage state and dependencies in your application.

## Overview

- An abstraction of all state and dependencies in your application.
- Context is what LB uses to "manage" everything.
- A global registry for anything/everything in your app (all configs, state, dependencies, classes, etc).
- An IoC container used to inject dependencies into your code.
LoopBack implements the concept of a Context to represent a global registry in your application to manage config, state, dependencies, classes, etc. Context also serves as an IoC container used to inject dependencies into your code.

## Installation

Expand Down

0 comments on commit 2bbe512

Please sign in to comment.