Skip to content

Commit

Permalink
reflected name change
Browse files Browse the repository at this point in the history
  • Loading branch information
timkg committed Jun 11, 2013
1 parent 1a659d2 commit 08de052
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 47 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
webshot-queue-client
webshot-amqp-client
====================

A client library to request and receive screenshots from the webshot-queue AMQP server.
A client library to request and receive screenshots from the webshot-amqp AMQP server.

Installation
============

```
npm install webshot-queue-client
npm install webshot-amqp-client
```

Usage
Expand All @@ -16,7 +16,7 @@ Usage
Listening for new screenshots:

```javascript
var client = require('webshot-queue-client');
var client = require('webshot-amqp-client');

// call init() and pass it a callback function
client.init(function() {
Expand All @@ -30,10 +30,10 @@ client.init(function() {
});
```

Placing a screenshot request to the webshot-queue server:
Placing a screenshot request to the webshot-amqp server:

```javascript
var client = require('webshot-queue-client');
var client = require('webshot-amqp-client');

// call init() and pass it a callback function
client.init(function() {
Expand Down
41 changes: 0 additions & 41 deletions webshot-queue-client.js

This file was deleted.

0 comments on commit 08de052

Please sign in to comment.