Skip to content

Commit 9d4be8b

Browse files
authored
Update README.md
1 parent b5d86b5 commit 9d4be8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
Backendless SDK v4.0 for iOS (http://backendless.com)
2+
Backendless SDK v4.0 Beta 3 for iOS (http://backendless.com)
33
---
44
## GETTING STARTED WITH BACKENDLESS
55
The simplest way to get started with Backendless is by using a Project Template for iOS:
@@ -25,7 +25,7 @@ To create a new project with CocoaPods, follow the instructions below:
2525
3. Create a Podfile. This can be done by running `pod init`.
2626
4. Open your Podfile with a text editor, and add the following
2727
```
28-
pod 'Backendless'
28+
pod 'Backendless', '4.0b3'
2929
```
3030
5. Save Podfile, return to Terminal window and run `pod install`. Once all of the pod data is downloaded, Xcode project workspace file will be created. This is the file you must open when working on your app.
3131
6. Open .xcworkspace file to launch your project.

0 commit comments

Comments
 (0)