Skip to content

Commit

Permalink
fix submodule example
Browse files Browse the repository at this point in the history
The example was referencing geometry.hpp rather than geometry
  • Loading branch information
mcwhittemore authored Feb 28, 2017
1 parent 225666c commit b1e50d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit b1e50d4

Please sign in to comment.