Skip to content

Commit

Permalink
Fix documentation badge
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobHearst authored Jun 13, 2023
1 parent 6c38f2d commit f7b6250
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 @@ -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)](https://engineering.jamf.com/Subprocess/documentation/subprocess/)
[![Documentation](https://img.shields.io/badge/documentation-100%25-green)](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

0 comments on commit f7b6250

Please sign in to comment.