From b2d4e781bf77a55ad77a631aca86c28970f44a77 Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Mon, 14 Sep 2026 10:15:26 -0700 Subject: [PATCH] docs: move browser extension note to end --- Cargo.toml | 2 +- README.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f81bb81..0a98a8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zwus" -version = "0.1.1" +version = "0.1.2" edition = "2021" rust-version = "1.70" description = "Zero Width Unicode Steganography — hide text in invisible characters." diff --git a/README.md b/README.md index b4664c9..6bd6f23 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,6 @@ Zero Width Unicode Steganography — hide text inside invisible characters. -## Browser Extension - -Use ZWUS in your browser with [inØsight](https://github.com/inzerosight/inzerosight): [Firefox Add-on](https://addons.mozilla.org/en-US/firefox/addon/in0sight/) · [Chrome Web Store](https://chromewebstore.google.com/detail/acnmohbphjmnbaboacmecidopeplkhog) - ```toml [dependencies] zwus = "0.1" @@ -71,3 +67,7 @@ Encoded output is byte-identical to the [npm package](https://www.npmjs.com/pack ## License [WTFPL](LICENSE) + +## Browser Extension + +You can also use ZWUS in your browser with [inØsight](https://github.com/inzerosight/inzerosight): [Firefox Add-on](https://addons.mozilla.org/en-US/firefox/addon/in0sight/) · [Chrome Web Store](https://chromewebstore.google.com/detail/acnmohbphjmnbaboacmecidopeplkhog)