Update README.md
Fix the spelling of Xcode and adjust grammar slightly.
This commit is contained in:
parent
8dbfd22b8b
commit
382d3a25e1
|
@ -97,8 +97,8 @@ will generate a project which can be opened in an IDE for editing. You won't be
|
||||||
able to build this project, but you will be able to edit the files and get most
|
able to build this project, but you will be able to edit the files and get most
|
||||||
edit and navigation features your IDE supports.
|
edit and navigation features your IDE supports.
|
||||||
|
|
||||||
For example, if you want to use XCode to make changes to FoundationDB you can
|
For example, if you want to use Xcode to make changes to FoundationDB you can
|
||||||
create a XCode-project with the following command:
|
create an Xcode project with the following command:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
cmake -G Xcode -DOPEN_FOR_IDE=ON <FDB_SOURCE_DIRECTORY>
|
cmake -G Xcode -DOPEN_FOR_IDE=ON <FDB_SOURCE_DIRECTORY>
|
||||||
|
|
Loading…
Reference in New Issue