Fix #includes
[folly.git] / folly / docs / Overview.md
index db12cf3c94f33b23a02326671ae9e43db04ee06b..5cbf3e78d027c05a848dc4a002fb04164896fb86 100644 (file)
@@ -33,7 +33,7 @@ At the top level Folly uses the classic "stuttering" scheme
 `folly/folly` used by Boost and others. The first directory serves as
 an installation root of the library (with possible versioning a la
 `folly-1.0/`), and the second is to distinguish the library when
-including files, e.g. `#include "folly/FBString.h"`.
+including files, e.g. `#include <folly/FBString.h>`.
 
 The directory structure is flat (mimicking the namespace structure),
 i.e. we don't have an elaborate directory hierarchy (it is possible