Skip to content

Commit 614bc33

Browse files
authored
Merge pull request #70 from yousefhamza/typo/readme
Fix typo in README.md
2 parents d624422 + d3ddb36 commit 614bc33

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
@@ -42,7 +42,7 @@ aws_s3(
4242

4343
endpoint: 'https://s3-us-west-1.amazonaws.com', # Optional, for buckets that require a specific endpoint
4444
ipa: 'AppName.ipa', # Required (if not uploading an APK).
45-
dsym: 'AppName.app.dSYM.zip', # Optional is you use `ipa` to build.
45+
dsym: 'AppName.app.dSYM.zip', # Optional if you use `ipa` to build.
4646

4747
apk: 'AppName.apk', # Required (if not uploading an IPA).
4848

0 commit comments

Comments
 (0)