Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 806b6d8

Browse files
readme
1 parent 4ba9a25 commit 806b6d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ docker run --rm -v ${PWD}:/usr/src zachgray/swift-tensorflow:4.2 swiftc -O /usr/
4848

4949
## Run with Dependencies (advanced)
5050

51-
Linking to external packages in the REPL requires a few additional steps, but it's possible if we make use of [SPM](https://swift.org/package-manager/) and a dynamic library.
51+
Importing third-party packages in the REPL requires a few additional steps, but it's possible if we make use of [SPM](https://swift.org/package-manager/) and a dynamic library.
5252

5353
#### Package Manager Tutorial:
5454

@@ -70,7 +70,7 @@ cd TFExample
7070
swift package init --type library
7171
```
7272

73-
3: Add some dependencies to `Package.swift`, and make the library dynamic so we can import it and it's dependencies. Here's an example:
73+
3: Add some third-party dependencies to `Package.swift`, and make the library dynamic so we can import it and it's dependencies. Here's an example:
7474

7575
```swift
7676
// swift-tools-version:4.0

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /