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
This commit is contained in:
Mayank Agarwal 2013-09-13 10:58:08 -07:00
parent 5e73c4d4ad
commit eeb90c7ee9

2
README
View File

@ -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.