Skip to content

Commit

Permalink
build: Update documentation link (#25)
Browse files Browse the repository at this point in the history
Updating the documentation link to point to the Swift Package Index for more details on the functionality provided by `Script.swift`. This change ensures users can easily access detailed information about the package.
  • Loading branch information
KS1019 authored Mar 15, 2024
1 parent 789aa4f commit acd7909
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit acd7909

Please sign in to comment.