diff options
author | Preston Parry <ClimbsRocks@users.noreply.github.com> | 2015-01-04 23:16:02 -0800 |
---|---|---|
committer | Preston Parry <ClimbsRocks@users.noreply.github.com> | 2015-01-04 23:16:02 -0800 |
commit | ce4c4bf9a0fcb66c9db9a55f0e5fb8979865468d (patch) | |
tree | 6040621091f503563809c55139355cfd842c6581 | |
parent | be4a6a6b02e935f01054785a0937be41e3bbf002 (diff) | |
parent | c09c2e18ff6f5962d604fd0f0b3807bb470f00bc (diff) | |
download | backbonetutorials-ce4c4bf9a0fcb66c9db9a55f0e5fb8979865468d.zip backbonetutorials-ce4c4bf9a0fcb66c9db9a55f0e5fb8979865468d.tar.gz backbonetutorials-ce4c4bf9a0fcb66c9db9a55f0e5fb8979865468d.tar.bz2 |
Merge pull request #128 from ClimbsRocks/patch-6
Updated Getting Started Link away from Free Trial
-rw-r--r-- | _posts/2013-8-29-real-time-backbone-with-pubnub.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2013-8-29-real-time-backbone-with-pubnub.md b/_posts/2013-8-29-real-time-backbone-with-pubnub.md index 441451e..5049738 100644 --- a/_posts/2013-8-29-real-time-backbone-with-pubnub.md +++ b/_posts/2013-8-29-real-time-backbone-with-pubnub.md @@ -24,7 +24,7 @@ The easiest way to get started is by using bower via `bower install pubnub-backb <script src="/path/to/backbone-pubnub.min.js"></script> {% endhighlight %} -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: +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: {% highlight javascript %} var pubnub = PUBNUB.init({ |