Skip to content

Commit 51fea6d

Browse files
committed
Remove Roadmap and unneccessary
1 parent 452fcca commit 51fea6d

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
# anybar-rs
22

3-
This is a small Rust Crate for [AnyBar](https://github.com/tonsky/AnyBar). (WIP)
3+
This is a small Rust Crate for [AnyBar](https://github.com/tonsky/AnyBar).
44

55
[![Build Status](https://travis-ci.org/Feliix42/anybar-rs.svg?branch=master)](https://travis-ci.org/Feliix42/anybar-rs)
66

7-
## Roadmap
8-
9-
- [x] Documentation
10-
- [x] Support `quit` (even though it's experimental)
11-
127
## Examples
138

149
### Connect using the default port

tests/quit.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ mod tests {
66

77
#[test]
88
fn quit_anybar() {
9-
let mut bar = Anybar::new(1708);
9+
let bar = Anybar::new(1708);
1010
bar.quit();
1111
}
1212
}

0 commit comments

Comments
 (0)