Update README.md

Fix the spelling of Xcode and adjust grammar slightly.
This commit is contained in:
Daniel Jalkut 2024-03-25 23:05:15 -04:00 committed by GitHub
parent 8dbfd22b8b
commit 382d3a25e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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>