From f707490be29ce85a5cda2de52a490f60d6628a1d Mon Sep 17 00:00:00 2001 From: Himadri Bhattacharjee <107522312+lavafroth@users.noreply.github.com> Date: Fri, 24 Mar 2023 10:30:37 +0530 Subject: [PATCH] Remove todo from README since it is implemented. --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2dc1f32..77e18d9 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,9 @@ PwnPi Amora is a wireless keystroke injection tool built on the Raspberry Pi Pico W using CircuitPython. +The project makes an attempt to provide a fully featured web IDE for building +and deploying keystroke injection scripts. + ## Getting Started Check out the [wiki](https://github.com/lavafroth/pwnpi-amora/wiki/Quick-Start) for getting started. - -### TODO: - - - [ ] Add logging to the secondary console pane. (UI/UX)