Add missing back-tick

pull/199/head
Kaleb Himes 2020-04-23 15:14:14 -06:00 committed by GitHub
parent 5bced71b0d
commit a310a0256e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ Must have a copy of wolfSSL from either the website or github.
To download a stable release head on over to https://www.wolfssl.com/download/
and look for the wolfssl-x.x.x.zip (latest release)
To grab a copy of the development master use `git clone https://github.com/wolfssl/wolfssl.git
To grab a copy of the development master use `git clone https://github.com/wolfssl/wolfssl.git`
NOTE: When cloning the github repository one must first run `./autogen.sh` from
the root directory of wolfSSL to generate the configure script. Next run
`./configure`.