Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Aitem committed Aug 12, 2020
1 parent ba928d6 commit 2fa2c9d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ BDM is super simple, fully declarative clj/cljc bi directional mapper that allow
:contacts [{:type "email"
:value "[email protected]"}
{:type "phone"
:use "home"
:use "home"
:value "12223334455"}
{:type "phone"
:use "work"
Expand Down Expand Up @@ -107,10 +107,10 @@ Path can be deep
### Short alias
...

### Getters and setters
### Predicates and arrays
...

### Predicates
### Setters
...

### Submapping
Expand All @@ -128,6 +128,10 @@ $ make repl
$ make test
```

## Extra

For more details and usage details see tests.



MIT License Copyright (c) 2020 Marat Surmashev

0 comments on commit 2fa2c9d

Please sign in to comment.