Skip to content

Commit 35fb583

Browse files
committed
Update README.md
1 parent a485cdf commit 35fb583

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,13 @@ This will fetch dependencies into a `Carthage/Checkouts` folder, then build each
8282

8383
#### Using Stately - macOS
8484

85-
On your application targets’ “General” settings tab, in the “Embedded Binaries” section, drag and drop the Stately.framework file from the [Carthage/Build/Mac][] folder on disk.
85+
On your application targets’ “General” settings tab, in the “Embedded Binaries” section, drag and drop the Stately.framework file from the Carthage/Build/Mac folder on disk.
8686

8787
Additionally, you'll need to copy debug symbols for debugging and crash reporting on OS X.
8888

8989
#### Using Stately - iOS, tvOS, watchOS
9090

91-
1. On your application targets’ “General” settings tab, in the “Linked Frameworks and Libraries” section, drag and drop Stately.framework you want to use from the appropriate [Carthage/Build][] folder on disk.
91+
1. On your application targets’ “General” settings tab, in the “Linked Frameworks and Libraries” section, drag and drop Stately.framework you want to use from the appropriate Carthage/Build folder on disk.
9292
1. On your application targets’ “Build Phases” settings tab, click the “+” icon and choose “New Run Script Phase”. Create a Run Script in which you specify your shell (ex: `bin/sh`), add the following contents to the script area below the shell:
9393

9494
```sh
@@ -155,7 +155,7 @@ do {
155155

156156
## Example Project
157157

158-
The [StatelyExample](https://github.com/softwarenerd/StatelyExample) project provides a comprehensive example of using Stately to build a garage door simulator.
158+
The [StatelyExample](https://github.com/softwarenerd/StatelyExample) project provides a fairly complete example of using Stately to build a garage door simulator. Other examples are planned.
159159

160160
## Contributing
161161

0 commit comments

Comments
 (0)