Skip to content

Commit

Permalink
One more tiny README tweak.
Browse files Browse the repository at this point in the history
  • Loading branch information
calder committed Sep 7, 2019
1 parent 503ad3d commit 6d0d282
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -4,9 +4,9 @@

Temporary databases for unit testing, inspired by [`tempfile`](https://docs.rs/tempfile).

| Database | Crate | Latest | Documentation |
| Database | Crate | Documentation | Latest |
| --- | --- | --- | --- |
| <a href="https://cockroachlabs.com"><img src="https://raw.githubusercontent.com/calder/rust-tempdb/master/tempdb_cockroach/doc/logo.png" width="12" height="12"> CockroachDB</a> | [`tempdb_cockroach`](tempdb_cockroach) | [![Latest Version](https://img.shields.io/crates/v/tempdb_cockroach.svg)](https://crates.io/crates/tempdb_cockroach) | [![Documentation](https://docs.rs/tempdb_cockroach/badge.svg)](https://docs.rs/tempdb_cockroach) |
| <a href="https://cockroachlabs.com"><img src="https://raw.githubusercontent.com/calder/rust-tempdb/master/tempdb_cockroach/doc/logo.png" width="12" height="12"> CockroachDB</a> | [`tempdb_cockroach`](tempdb_cockroach) | [![Documentation](https://docs.rs/tempdb_cockroach/badge.svg)](https://docs.rs/tempdb_cockroach) | | [![Latest Version](https://img.shields.io/crates/v/tempdb_cockroach.svg)](https://crates.io/crates/tempdb_cockroach)

## Example usage

Expand Down

0 comments on commit 6d0d282

Please sign in to comment.