changeset 617:95b6358667bd

Update README
author Lewin Bormann <lbo@spheniscida.de>
date Mon, 17 Jul 2023 14:40:30 +0200
parents d9b9fd4add66
children 975674a897c1
files README.md
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/README.md	Mon Jul 17 12:36:50 2023 +0200
+++ b/README.md	Mon Jul 17 14:40:30 2023 +0200
@@ -1,8 +1,6 @@
 # leveldb-rs
 
 [![crates.io](https://img.shields.io/crates/v/rusty-leveldb.svg)](https://crates.io/crates/rusty-leveldb)
-[![Travis
-CI](https://api.travis-ci.org/dermesser/leveldb-rs.svg?branch=master)](https://travis-ci.org/dermesser/leveldb-rs)
 
 A fully compatible implementation of LevelDB in Rust. (any incompatibility is a
 bug!)
@@ -16,7 +14,7 @@
 
 ## Status
 
-Working well, with a few rare bugs (see issues).
+Working fairly well. Please file an issue if you encounter problems.
 
 ## Goals