From e6086a6e234353b9ad2fadbb4ec6ca49313fd5f6 Mon Sep 17 00:00:00 2001 From: meltingice Date: Wed, 20 Oct 2010 02:13:59 -0400 Subject: [PATCH] Updated documentation for TypePad API --- jsonp-fu/lib/typepad.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/jsonp-fu/lib/typepad.js b/jsonp-fu/lib/typepad.js index 90db5c0..0c1540c 100644 --- a/jsonp-fu/lib/typepad.js +++ b/jsonp-fu/lib/typepad.js @@ -1,13 +1,13 @@ /*global jsonpfu */ /** - * Name: Plixi - * Desc: Used to query the Plixi JSONP API (http://groups.google.com/group/plixi/web) + * Name: TypePad + * Desc: Used to query the TypePad JSONP API (http://www.typepad.com/services/apidocs) * Usage: - * jfu.lib('plixi').api_category.api_method(opts, callback); + * jfu.lib('typepad').api_category.api_method(opts, callback); * * Example: - * jfu.lib('plixi').user.show({user: 'meltingice'}, function (data) { + * jfu.lib('typepad').api_keys.show({id:'3d20424ed60e58e1'}, function (data) { * console.log(data); * }); */