Skip to content

Commit

Permalink
[nop] Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Aug 18, 2023
1 parent 6f24237 commit d9c5809
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@

# Truss

#### Assertions micro-library for Clojure/Script
### Assertions micro-library for Clojure/Script

**Truss** is a tiny Clojure/Script library that provides fast and flexible **runtime assertions** with **terrific error messages**. Use it as a complement or alternative to [clojure.spec](https://clojure.org/about/spec), [core.typed](https://github.com/clojure/core.typed), etc.

<img width="600" src="hero.png" alt="Egyptian ship with rope truss, the oldest known use of trusses (about 1250 BC)."/>
<img width="600" src="../../blob/master/hero.png" alt="Egyptian ship with rope truss, the oldest known use of trusses (about 1250 BC)."/>

> A doubtful friend is worse than a certain enemy. Let a man be one thing or the other, and we then know how to meet him. - Aesop
Expand Down Expand Up @@ -78,9 +78,7 @@ That's everything most users will need to know, but see the [documentation](#doc

## Motivation

<a href="https://youtu.be/gMB4Y-EIArA" title="Truss talk (YouTube)">
<img src="https://raw.githubusercontent.com/ptaoussanis/truss/master/talk.jpg" width="600"/>
</a>
<a href="https://youtu.be/gMB4Y-EIArA" title="Truss talk (YouTube)"><img width="600" src="../../blob/master/talk.jpg"/></a>

See [here](../../wiki/1-Getting-started#motivation) for more.

Expand Down

0 comments on commit d9c5809

Please sign in to comment.