Skip to content

Commit

Permalink
style: Re-style readme more like assert_cli
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Apr 2, 2018
1 parent 8c292d1 commit 8afa6ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# predicates-rs

This library is an implementation of **boolean-valued predicate functions** in Rust.
> This library is an implementation of **boolean-valued predicate functions** in Rust.
[![Build Status](https://travis-ci.org/assert-rs/predicates-rs.svg?branch=master)](https://travis-ci.org/assert-rs/predicates-rs)
[![Build status](https://ci.appveyor.com/api/projects/status/enru6k55xme867u6?svg=true)](https://ci.appveyor.com/project/epage/predicates-rs)
[![Documentation](https://img.shields.io/badge/docs-master-blue.svg)](https://docs.rs/predicates)
![License](https://img.shields.io/crates/l/predicates.svg)
[![Crates.io](https://img.shields.io/crates/v/predicates.svg?maxAge=2592000)](https://crates.io/crates/predicates)

[Documentation](https://docs.rs/predicates)

[Changelog](https://github.com/assert-rs/predicates-rs/blob/master/CHANGELOG.md)


Expand Down

0 comments on commit 8afa6ae

Please sign in to comment.