Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: Update documentation link #25

Merged
merged 1 commit into from
Mar 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import Scripting // KS1019/Script.swift ~> 0.0.1
| `concat` | Returns an array of string representation of files |
| `asArray` | Returns lines of a string as an array |

See [documentation]() for more details.
See [documentation](https://swiftpackageindex.com/KS1019/Script.swift/documentation) for more details.

### Using `Script.swift` with [`swift-sh`](https://github.com/mxcl/swift-sh)
When you want a script, you typically want it in a single file. With usual setup using Swift Package Manager to interact with external libraries, you would end up a directory with `Package.swift`, which is bit much as a script.
Expand Down
Loading