Skip to content

Commit 5362651

Browse files
authored
fixing readme (#452)
* fixing readme * updating readme
1 parent a06135e commit 5362651

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,14 @@
1515
- Please refer to: https://www.leanplum.com/docs#/setup/ios for how to setup Leanplum SDK in your project.
1616
- To run the example project:
1717
```bash
18-
cd "Example/"
1918
pod install
20-
open "Leanplum-SDK.xcworkspace"
19+
open "Leanplum.xcworkspace"
2120
```
2221
## Development Workflow
2322
- We use feature branches that get merged to `master`.
2423
## Build the SDK
2524
To build the sdk run:
2625
```bash
27-
cd "Example/"
28-
pod install
29-
cd -
3026
./build.sh
3127
```
3228
## Contributing

0 commit comments

Comments
 (0)