Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tih-ra committed Nov 28, 2011
1 parent 54c7ef8 commit 3f011ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -59,9 +59,11 @@ You can use `storage: 'aws'` for store files on Amazon S3 or `storage: 'dir'` fo
```javascript
alleup.url(file, variant)

`file` - The name of the file you uploaded, saved for example in database (`345621345.jpg`), `variant` - one of your image variants names from alleup_congig.json

**Remove uploaded file example**

```javascript
app.get('/delete', function(req, res) {
alleup.remove('1322506647.jpg', function(err) {
Expand Down

0 comments on commit 3f011ab

Please sign in to comment.