Skip to content

Commit d5e39ba

Browse files
committed
Update README.md for formatting & typos
1 parent 364e7c8 commit d5e39ba

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

Samples/Swift/DaysUntilBirthday/README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,12 @@ on our GitHub repo, and we retrieve these from the workflow environment.
3737

3838
When run locally, both the email and password need to be passed to `xcodebuild`.
3939

40-
From in Xcode, you can add arguments by selecting "Edit Scheme > Run > Environment Variables", and replace the variables with your test account. Alternatively, edit Credential.swift directly. WARNING: Don't check these into the repo!
40+
In Xcode, you can add arguments by selecting "Edit Scheme > Run > Environment Variables", and
41+
replace the variables with your test account. Alternatively, edit `Credential.swift` directly.
42+
WARNING: Don't check these into the repo!
4143

42-
From the command line, you can do this as arguments: `xcodebuild <other args> EMAIL_SECRET=... PASSWORD_SECRET=...`.
44+
From the command line, you can do this as arguments:
45+
`xcodebuild <other args> EMAIL_SECRET=... PASSWORD_SECRET=...`.
4346

44-
For Googlers, refer to CSI internal Workflow documentation for how to access these values, or access them via the repo's Secrets.
47+
For Googlers, refer to CSI internal Workflow documentation for how to access these values, or access
48+
them via the repo's Secrets.

0 commit comments

Comments
 (0)