Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
emyann committed Apr 11, 2017
1 parent 077104f commit d6fe023
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,10 @@ let results = Morphism(mapping, data);

### Mappers Registry

Morphism provides a powerful local registry where you can store your mappings' configuration by specifying a Type.
Morphism provides a powerful local registry where you can store your mappings' configuration by specifying a Class Type.
The transformation sequences are stored as a function in a WeakMap to speed the processing.

**Register a mapping configuration**
**Register a mapping configuration along with a Class**
```js
class User {
constructor(firstName, lastName, phoneNumber){
Expand Down

0 comments on commit d6fe023

Please sign in to comment.