From 785924dec263fe75bdeadca4b42c1b44de827000 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8A=A0=E9=87=8C?= Date: Thu, 23 Oct 2014 13:39:43 +0800 Subject: [PATCH] update doc --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 360b4e1..5d7d334 100644 --- a/README.md +++ b/README.md @@ -213,8 +213,8 @@ Others ----------------- #### to save request data -* to save request data to local file, using the following param ``` anyproxy --file /path/to/file ``` -* anyproxy uses [nedb](https://github.com/louischatriot/nedb) to save request data. Since NeDB's persistence uses an append-only format, you may get some duplicate record in local file. Remember to use the last records with the same id. +* to save request data to local file, use ``` anyproxy --file /path/to/file ``` +* anyproxy uses [nedb](https://github.com/louischatriot/nedb) to save request data. Since NeDB's persistence uses an append-only format, you may get some redundant record in local file. For those dupplicated ones with the same id, just use the lastest line of record. #### work as a module for nodejs ```