Skip to content
This repository has been archived by the owner on Mar 8, 2021. It is now read-only.

Commit

Permalink
Updated module name
Browse files Browse the repository at this point in the history
  • Loading branch information
kaimallea committed Jul 7, 2011
1 parent 183ffea commit 46d8844
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,11 +1,11 @@
## Installation

npm install googl
npm install goo.gl

## Usage

```javascript
var googl = require('googl');
var googl = require('goo.gl');

// Shorten a long url and output the result
googl.shorten('http://www.google.com/', function (shortUrl) {
Expand Down
5 changes: 3 additions & 2 deletions package.json
@@ -1,9 +1,10 @@
{
"author": "Kai Mallea <kmallea@gmail.com> (http://www.mallea.net/)",
"name": "googl",
"description": "A url shortener and expander powered by Google's URL shortener service (goo.gl)",
"name": "goo.gl",
"description": "A url shortener and expander powered by Google's URL shorting service",
"version": "0.0.1",
"homepage": "https://github.com/kaimallea/node-googl",
"keywords": ["googl", "goo.gl", "urls", "url shortner", "url expander"],
"repository": {
"type": "git",
"url": "git://github.com/kaimallea/node-googl.git"
Expand Down

0 comments on commit 46d8844

Please sign in to comment.