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: