Skip to content

Commit

Permalink
[PATCH] Updating readme images path (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
netanelben authored Jan 30, 2018
1 parent 6b66805 commit 18f31d0
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
@@ -1,4 +1,4 @@
# ![Passable](./assets/img/logo.png "Passable")
# ![Passable](https://cdn.rawgit.com/fiverr/passable/master/documentation/assets/img/logo.png?raw=true "Passable")

Isomorphic data model validations made easy.

Expand All @@ -13,7 +13,7 @@ Passable is a system for javascript applications that allows you to write struct

Inspired by the world of unit testing, Passable validations are written like actual specs that need to be passed, and are considered to be an enforceable contract between the backend and the client. The syntax is very similar, adapted to be more suitable for testing data model, and runs in production code - not in testing environment.

![passable diagram](./assets/img/passable_diagram.png)
![passable diagram](https://cdn.rawgit.com/fiverr/passable/master/documentation/assets/img/passable_diagram.png?raw=true)

## Key Benefits
### Structured Validations
Expand Down

0 comments on commit 18f31d0

Please sign in to comment.