Skip to content

Commit 3f12856

Browse files
Added gittip
1 parent f92cfd6 commit 3f12856

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

index.html

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ <h1 id="howto">Create your first app with oauth-ng</h1>
9898

9999
<p class="btn-group">
100100
<a href="https://oauth-ng-demo.herokuapp.com/" class="btn" target="_blank">View Demo</a>
101-
<a href="https://github.com/andreareginato/oauth-ng-demo" class="btn" target="_blank">Demo Github Repository</a>
101+
<a href="https://github.com/andreareginato/oauth-ng-demo" class="btn" target="_blank">Download Source</a>
102102
</p>
103103

104104

@@ -295,10 +295,9 @@ <h2>You're done!</h2>
295295

296296
<p class="btn-group">
297297
<a href="https://oauth-ng-demo.herokuapp.com/" class="btn" target="_blank">View Demo</a>
298-
<a href="https://github.com/andreareginato/oauth-ng-demo" class="btn" target="_blank">Demo Github Repository</a>
298+
<a href="https://github.com/andreareginato/oauth-ng-demo" class="btn" target="_blank">Download Source</a>
299299
</p>
300300

301-
302301
<a href="https://oauth-ng-demo.herokuapp.com/"target="_blank">
303302
<img src="public/images/demo.png"></img>
304303
</a>
@@ -635,7 +634,7 @@ <h1 id="events">Events</h1>
635634
<tbody>
636635
<tr>
637636
<td class="parameter">
638-
<span>oauth:success(token)</span>
637+
<span>oauth:login(token)</span>
639638
<span class="info">fired</span>
640639
</td>
641640
<td>
@@ -764,6 +763,7 @@ <h1 id="links">Links</h1>
764763
<a href="https://twitter.com/andreareginato" target="blank">@andreareginato</a>
765764
</li>
766765
</ul>
766+
767767
</div>
768768
</section>
769769

@@ -775,15 +775,20 @@ <h1 id="thanks">Thanks</h1>
775775
<p>
776776
<a href="mailto:[email protected]" target="_blank">Mail</a> or
777777
<a href="http://twitter.com/andreareginato" target="_blank">Tweet</a>
778-
me for any idea that can improve the project.</p>
778+
me for any idea that can improve the project.
779779
</p>
780780

781781
<p>
782782
This project was created and released as open-source thanks to <a href="http://lelylan.com" target="_blank">Lelylan</a>,
783783
a new platform to monitor and control your devices through a simple, open and robust REST API.
784-
<br>
785784
</p>
786785

786+
<p>
787+
If you like what I'm doing offer me a coffe.
788+
</p>
789+
790+
<script data-gittip-username="andreareginato" src="//gttp.co/v1.js"></script>
791+
787792
</div>
788793
</section>
789794
</body>

0 commit comments

Comments
 (0)