From eb44b804bdcbcfbcda7198819a1e62f453dbf78b Mon Sep 17 00:00:00 2001
From: "Meredith L. Patterson" <mlp@upstandinghackers.com>
Date: Tue, 29 Oct 2013 17:48:29 -0400
Subject: [PATCH] update usage instructions to assume system-wide install; this
 will change later, but is accurate now.

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 2fe1999c..848e2f25 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,7 @@ and library files in `/usr/local/lib` by default; to install elsewhere, add a `p
 
 Usage
 =====
-Just `#include <hammer.h>` and link with `-lhammer`.
+Just `#include <hammer/hammer.h>` and link with `-lhammer`.
 
 Examples
 ========
-- 
GitLab