From eeb90c7ee9e709746e8dd0bf0a0417f9b5a99b57 Mon Sep 17 00:00:00 2001 From: Mayank Agarwal Date: Fri, 13 Sep 2013 10:58:08 -0700 Subject: [PATCH] Update README file for public interface Summary: public interface is in include/* Test Plan: visual Reviewers: dhruba CC: leveldb Differential Revision: https://reviews.facebook.net/D12927 --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 80fb9eb44..61857a271 100644 --- a/README +++ b/README @@ -19,7 +19,7 @@ persistent key/value store. See doc/index.html for more explanation. See doc/impl.html for a brief overview of the implementation. -The public interface is in include/rocksdb/*.h. Callers should not include or +The public interface is in include/*. Callers should not include or rely on the details of any other header files in this package. Those internal APIs may be changed without warning.