spaceship/README.md in fastlane-2.2.0 vs spaceship/README.md in fastlane-2.3.0

- old
+ new

@@ -110,13 +110,13 @@ ## 2 Step Verification When your Apple account has 2 factor verification enabled, you'll automatically be asked to verify your identity using your phone. The resulting session will be stored in `~/.spaceship/[email]/cookie`. The session should be valid for about one month, however there is no way to test this without actually waiting for over a month. -Since your CI system probably doesn't allow you to input values (like the verification code), you can use `spaceauth`: +Since your CI system probably doesn't allow you to input values (like the verification code), you can use `fastlane spaceauth`: ```sh -spaceauth -u apple@krausefx.com +fastlane spaceauth -u apple@krausefx.com ``` This will authenticate you and provide a string that can be transferred to your CI system: ```