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
|
||||
edit and navigation features your IDE supports.
|
||||
|
||||
For example, if you want to use XCode to make changes to FoundationDB you can
|
||||
create a XCode-project with the following command:
|
||||
For example, if you want to use Xcode to make changes to FoundationDB you can
|
||||
create an Xcode project with the following command:
|
||||
|
||||
```sh
|
||||
cmake -G Xcode -DOPEN_FOR_IDE=ON <FDB_SOURCE_DIRECTORY>
|
||||
|
|
Loading…
Reference in New Issue