Skip to content

Commit

Permalink
Merge pull request #19 from jamf/docs-badge-fix
Browse files Browse the repository at this point in the history
Fix documentation badge
  • Loading branch information
JacobHearst authored Jun 14, 2023
2 parents 6c38f2d + f7b6250 commit 69d64d7
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 69d64d7

Please sign in to comment.