Update README.md with formatting and grammar changes

This commit is contained in:
SmashedFrenzy16 2023-04-07 19:23:44 +01:00 committed by GitHub
parent 77d66aaf3e
commit dfef3cfef4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,7 +59,7 @@ mkdir build
cd build
cmake -G "Visual Studio 15" ..
```
The default default will build for x86. For 64-bit run:
The default default will build for x86. For x64 run:
```cmd
cmake -G "Visual Studio 15 Win64" ..
@ -71,7 +71,7 @@ To compile the Windows solution from the command-line:
devenv /build Debug leveldb.sln
```
or open leveldb.sln in Visual Studio and build from within.
or open `leveldb.sln` in Visual Studio and build from within.
Please see the CMake documentation and `CMakeLists.txt` for more advanced usage.