Skip to content

Commit 296d252

Browse files
[docs] Add link to FAQ in README.
1 parent 58fcc46 commit 296d252

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ If you are interested in:
8080
up until the "Building the project" section. After that, follow the
8181
instructions in the [Swift Toolchains](#swift-toolchains) section below.
8282

83+
We also have an [FAQ](/docs/HowToGuides/FAQ.md) that answers common questions.
84+
8385
[Getting Started guide]: /docs/HowToGuides/GettingStarted.md
8486

8587
### Swift Toolchains
@@ -150,7 +152,7 @@ If you have changed Xcode versions but still encounter errors that appear to
150152
be related to the Xcode version, try passing `--clean` to `build-script`.
151153

152154
When a new version of Xcode is released, you can update your build without
153-
recompiling the entire project by passing the `--reconfigure` option.
155+
recompiling the entire project by passing `--reconfigure` to `build-script`.
154156

155157
## Learning More
156158

0 commit comments

Comments
 (0)