Skip to content

Commit

Permalink
Merge pull request #17 from jamf/patch/fix-readme-docs-link
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobHearst authored Jun 5, 2023
2 parents 979405c + 6fe1a2e commit 6c38f2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![Language](http://img.shields.io/badge/language-Swift-success.svg?style=flat)](https://developer.apple.com/swift)
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
[![SwiftPM compatible](https://img.shields.io/badge/spm-compatible-success.svg?style=flat)](https://swift.org/package-manager)
[![Documentation](docs/badge.svg)](./docs/index.html)
[![Documentation](docs/badge.svg)](https://engineering.jamf.com/Subprocess/documentation/subprocess/)

Subprocess is a Swift library for macOS providing interfaces for both synchronous and asynchronous process execution.
SubprocessMocks can be used in unit tests for quick and highly customizable mocking and verification of Subprocess usage.
Expand Down Expand Up @@ -148,4 +148,4 @@ pod 'Subprocess'
### Carthage
```ruby
github 'jamf/Subprocess'
```
```

0 comments on commit 6c38f2d

Please sign in to comment.