Skip to content

Commit ce4c4bf

Browse files
committed
Merge pull request #128 from ClimbsRocks/patch-6
Updated Getting Started Link away from Free Trial
2 parents be4a6a6 + c09c2e1 commit ce4c4bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2013-8-29-real-time-backbone-with-pubnub.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The easiest way to get started is by using bower via `bower install pubnub-backb
2424
<script src="/path/to/backbone-pubnub.min.js"></script>
2525
{% endhighlight %}
2626

27-
The easiest way to get started using the library is by creating a PubNub based collection. This will automatically propagate all create, update, and delete methods across all other clients in real-time. This requires creating a free account to get your API keys at [http://pubnub.com/free-trial](http://pubnub.com/free-trial) and then initializing a global PubNub instance:
27+
The easiest way to get started using the library is by creating a PubNub based collection. This will automatically propagate all create, update, and delete methods across all other clients in real-time. This requires creating a free account to get your API keys at [http://www.pubnub.com/get-started](http://www.pubnub.com/get-started) and then initializing a global PubNub instance:
2828

2929
{% highlight javascript %}
3030
var pubnub = PUBNUB.init({

0 commit comments

Comments
 (0)