Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

doc: remove reference to opts.dir from readme. #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ npm install autocrypt

Options include:
* `storage`: the storage to use for internal state. Must implement `get` and `put` methods. (`{get(fromEmail, cb), put(fromEmail, data, cb)}`)
* `dir`: the directory for storing the internal state.

### ```autocrypt.processHeader(header, fromEmail, dateSent, cb)```

Expand All @@ -43,7 +42,7 @@ Add a user to autocrypt. This should be done for all new accounts. `key` should

### ```autocrypt._put(fromEmail, opts, cb)```

Update a user in autocrypt.
Update a user in autocrypt.

### ```autocrypt.getUser(fromEmail, cb)```

Expand Down