Fix: Correct typos in README.md

pull/95/head
TripleChecker 2025-08-02 17:00:55 +03:00
parent 823e3e8c88
commit d63680bbed
1 changed files with 2 additions and 2 deletions

4
README.md Executable file → Normal file
View File

@ -156,12 +156,12 @@ The NORM code depends upon the current "Protolib" release:
https://github.com/USNavalResearchLaboratory/protolib
It has been addded as a git submodule to the NORM git repository. So, to
It has been added as a git submodule to the NORM git repository. So, to
to build you will need to do the following steps to download the protolib code:
git clone --recurse-submodules https://github.com/USNavalResearchLaboratory/norm.git
Alternatively after a basic "git clone" you can do the folowing to pull in the protolib source:
Alternatively after a basic "git clone" you can do the following to pull in the protolib source:
cd norm
git submodule update --init