Skip to content
This repository was archived by the owner on May 17, 2019. It is now read-only.

Commit f3c7285

Browse files
author
Adam Cummings
committed
Update README.md
Differential Revision: https://phabricator.twitter.biz/D80441
1 parent 5e02819 commit f3c7285

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Twitter Kit for Unity provides cross-platform support (iOS & Android) for author
55
## Building
66
1. Download Twitter Kit frameworks.
77
```
8-
./scripts/download_ios_frameworks.sh
8+
./scripts/download_ios_frameworks.sh [version #] (e.g.: ./scripts/download_ios_frameworks.sh 3.1.0)
99
```
1010
2. Build the Android wrapper.
1111
```

scripts/download_ios_frameworks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616
if [ "$#" -ne 1 ]; then
17-
echo "Usage: ./scripts/download_ios_frameworks.sh [version #] (e.g., ./scripts/download_ios_frameworks.sh 3.1.0)" >&2
17+
echo "Usage: ./scripts/download_ios_frameworks.sh [version #] (e.g.: ./scripts/download_ios_frameworks.sh 3.1.0)" >&2
1818
exit 1
1919
fi
2020

0 commit comments

Comments
 (0)