From b1e50d465c6fc573d493ce926f41f4e849ca1d61 Mon Sep 17 00:00:00 2001 From: Matthew Chase Whittemore Date: Tue, 28 Feb 2017 18:19:13 -0500 Subject: [PATCH] fix submodule example The example was referencing geometry.hpp rather than geometry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b78ff418..4dabad343 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ $(MASON): git submodule update --init mason_packages: $(MASON) - $(MASON) install geometry.hpp 0.7.0 + $(MASON) install geometry 0.7.0 $(MASON) install variant 1.1.0 ```