From 331edf51f562f25188430b2260d6ad864bf8e6c3 Mon Sep 17 00:00:00 2001 From: Azul Date: Tue, 11 Dec 2018 09:52:30 +0100 Subject: [PATCH] doc: remove reference to dir from readme. opts.dir is not used since 1dc25af1cac0d304ecd3cce1312bf563b3f8583a. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 5f30f80..6e2db16 100644 --- a/README.md +++ b/README.md @@ -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)``` @@ -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)```