From fccfc9b5c084caf09f0ed428dc945d295ab2f3bc Mon Sep 17 00:00:00 2001 From: Brett Nicholas <7547222+bigbrett@users.noreply.github.com> Date: Tue, 3 Mar 2026 10:33:09 -0700 Subject: [PATCH] Remove placeholder text from README Removed placeholder text 'asdf' from README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01ee44d9ac..04efbf8797 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ relying on wolfCrypt for firmware authentication, providing firmware update mech Due to the minimalist design of the bootloader and the tiny HAL API, wolfBoot is completely independent from any OS or bare-metal application, and can be easily ported and integrated in existing embedded software projects to provide a secure firmware update mechanism. - +asdf Design based on [RFC 9019](https://datatracker.ietf.org/doc/rfc9019/) - A Firmware Update Architecture for Internet of Things. ## Features