Skip to content

Commit ed0bdee

Browse files
committed
fix readme typos
1 parent 5e4a389 commit ed0bdee

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "karaconv"
3-
version = "0.2.2"
4-
authors = ["Alex Burka <[email protected]>"]
3+
version = "0.3.0"
4+
authors = ["Alex Burka <[email protected]>"]
55

66
description = "Converter from Karabiner to Karabiner-Elements configuration format"
77
categories = ["command-line-utilities"]
@@ -27,4 +27,7 @@ structopt = "0.2.5"
2727

2828
[dev-dependencies]
2929
tempdir = "0.3.6"
30+
# non-rust testing dependencies:
31+
# - jq >= 1.5 (github stedolan/jq)
32+
# - diff (the unix utility)
3033

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ This program converts configuration files from Karabiner (`private.xml`) to Kara
88

99
Caveats:
1010

11-
- The format of `private.xml` is documented, but it is sometimes vague or inconsistent
12-
- The format of `karabiner.json` is completely undocumented
13-
- Taking the above two points under consideration, I wrote this tool by looking at the docs, my own configuration, and guessing, and I stopped when it was powerful enough to parse my own `private.xml`. It doesn't support the entire format.
11+
- The format of `private.xml` is documented, but it is sometimes vague or inconsistent
12+
- The format of `karabiner.json` is completely undocumented
13+
- Taking the above two points under consideration, I wrote this tool by looking at the docs, my own configuration, and guessing, and I stopped when it was powerful enough to parse my own `private.xml`. It doesn't support the entire format.
1414

1515
If you try `karaconv` and it can't parse your `private.xml`, please post an issue (or pull request)!
1616

0 commit comments

Comments
 (0)