Skip to content

Commit f83b3d3

Browse files
authored
fix requirement name
1 parent e17dac8 commit f83b3d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,4 @@ Add the following line to the dependencies in your `Package.swift` file:
9999
> **Note:** Because `ArgumentParser` is under active development,
100100
source-stability is only guaranteed within minor versions (e.g. between `0.0.3` and `0.0.4`).
101101
If you don't want potentially source-breaking package updates,
102-
you can specify your package dependency using `.upToNextMinorVersion(from: "0.0.1")` instead.
102+
you can specify your package dependency using `.upToNextMinor(from: "0.0.1")` instead.

0 commit comments

Comments
 (0)