Skip to content

Commit fd8d754

Browse files
authored
Update README.md
1 parent c217386 commit fd8d754

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ A Rust library for controlling i3-wm through its [IPC interface](https://i3wm.or
77

88
[Documentation](http://tmerr.github.io/i3ipc-rs/i3ipc/index.html)
99

10-
##Usage
10+
## Usage
1111
Add this to your Cargo.toml
1212
```toml
1313
[dependencies]
1414
i3ipc = "0.4.2"
1515
```
1616

17-
##Messages:
17+
## Messages:
1818

19-
````rust
19+
```rust
2020
extern crate i3ipc;
2121
use i3ipc::I3Connection;
2222

@@ -60,4 +60,5 @@ fn main() {
6060
```
6161

6262
## Status
63-
This library was last updated for **i3 version 4.11**. It is generally forward compatible, but not backward compatible. Contributions are welcome!
63+
64+
This library was last updated for **i3 version 4.11**. There is an open ticket concerning forward compatibility: https://github.com/tmerr/i3ipc-rs/issues/8. Contributions are welcome!

0 commit comments

Comments
 (0)