From c94a9df1a29f9f5b61d2e6cd4fba184d9944aa2d Mon Sep 17 00:00:00 2001 From: gojimmypi Date: Wed, 9 Oct 2024 10:18:30 -0700 Subject: [PATCH] remove leading blank lines (runner test) --- IDE/Espressif/README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/IDE/Espressif/README.md b/IDE/Espressif/README.md index 21337de6ad..1eacdeb851 100644 --- a/IDE/Espressif/README.md +++ b/IDE/Espressif/README.md @@ -1,5 +1,3 @@ - - # wolfSSL Espressif IDE This directory contains documentation and examples for the Espressif SoC devices. @@ -141,7 +139,7 @@ The wolfSSL library can be installed as a managed component: -## Building wolfSSL for use with other libraries +## Building wolfSSL for use with other libraries ``` # cd /your-wolfssl-repo @@ -152,7 +150,7 @@ make install # then for some other library such as wolfTPM: # cd /your-wolftpm-repo -./configure --enable-swtpm --with-wolfcrypt=/mnt/c/workspace/my_wolfssl_bin +./configure --enable-swtpm --with-wolfcrypt=/mnt/c/workspace/my_wolfssl_bin ``` ## Notes: