From cbef4b08c2f709091d93c87bd1c5f8e721c683a7 Mon Sep 17 00:00:00 2001 From: jasmine Date: Sat, 4 Jan 2025 00:04:48 +0800 Subject: [PATCH] update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 49b7283..558eeff 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# Duck Payloads +# Ducky Payloads Create USB Rubber Ducky with Raspberry Pi Pico using [pico-ducky](https://github.com/dbisu/pico-ducky) -Bootstrap your scripts with payload.dd +Bootstrap your shell scripts with duckyscript. ```sh -# To generate a payload.dd replace hello_world.sh with scripts name. +# To generate payload.dd replace hello_world.sh with scripts name. ./install.sh hello_world.sh ```