Skip to content

Commit

Permalink
switch npm package name
Browse files Browse the repository at this point in the history
  • Loading branch information
darobin committed Jan 17, 2012
1 parent 3ae7e0c commit 716d3eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -12,12 +12,12 @@ Not much really, but I found myself pasting this code over and over again, hence

// somewhere after session and body parsing have been set up, but before any of your
// handlers kick in
require("express-csrf").plugCSRF(app);
require("express-csrf-plug").plugCSRF(app);


## Installation

$ npm install express-csrf
$ npm install express-csrf-plug

## Interface

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,5 +1,5 @@
{
"name": "express-csrf"
"name": "express-csrf-plug"
, "description": "Small helper plugin for the CSRF middleware in Express"
, "version": "0.0.1"
, "author": "Robin Berjon <robin@berjon.com>"
Expand Down

0 comments on commit 716d3eb

Please sign in to comment.