Skip to content

Commit 75d04b0

Browse files
committed
Updated Installation Instructions / Podfile Name
1 parent 3bdd308 commit 75d04b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
1. Edit the project's podfile, and save
1313

1414
```
15-
pod 'Parade', :git => 'https://github.com/HelloElephant/Parade.git', :tag => '1.0.0'
15+
pod 'Elephant-Parade', :git => 'https://github.com/HelloElephant/Parade.git', :tag => '1.0.0'
1616
```
1717
2. Install Parade by running
1818

Parade.podspec renamed to Elephant-Parade.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Pod::Spec.new do |s|
2-
s.name = "Parade"
2+
s.name = "Elephant-Parade"
33
s.version = "1.0.0"
44
s.summary = "iOS Parallax Scroll-Jacking Effects Engine"
55
s.homepage = "https://github.com/HelloElephant/Parade"

0 commit comments

Comments
 (0)