Skip to content

Commit

Permalink
Fix typo to avoid misleading
Browse files Browse the repository at this point in the history
  • Loading branch information
takeeasyman authored and ffried committed May 13, 2024
1 parent c7e5817 commit 6064ec6
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 @@ -63,7 +63,7 @@ If you want to use the Swift Package Manager as integration method, either use X
.package(url: "https://github.com/CocoaLumberjack/CocoaLumberjack.git", from: "3.8.0"),
```

Note that you may need to add both products, `CocoaLumberjack` and `CocoaLumberjackSwift` to your target since SPM sometimes fails to detect that `CocoaLumerjackSwift` depends on `CocoaLumberjack`.
Note that you may need to add both products, `CocoaLumberjack` and `CocoaLumberjackSwift` to your target since SPM sometimes fails to detect that `CocoaLumberjackSwift` depends on `CocoaLumberjack`.

### Install manually

Expand Down

0 comments on commit 6064ec6

Please sign in to comment.