From ee2eebe75ebe1ac2ea43ff1581a3dcac7f08a5b2 Mon Sep 17 00:00:00 2001 From: Pedro Flemming Date: Mon, 26 Jan 2015 20:33:22 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6eb5011..1c4f339 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ It is developed for integration in hyrise (https://github.com/hyrise/hyrise), bu To create the full parser code run `make build`. The parser library code is created in `build/`. -To use the SQL Parser in your own code, you only need to include `SQLParser.h` and build+link all the source files from the parser with your project. See `hyrise/src/lib/access/sql/SQLQueryParser.cpp` for how it's used in Hyrise. +To use the SQL Parser in your own code, you only need to include `SQLParser.h` and build+link all the source files from the parser with your project. See [`hyrise/src/lib/access/sql/SQLQueryParser.cpp`](https://github.com/hyrise/hyrise/blob/master/src/lib/access/sql/SQLQueryParser.cpp) for how it's used in Hyrise. **Important:** Execute all tests by calling `make test`. @@ -24,4 +24,4 @@ To use the SQL Parser in your own code, you only need to include `SQLParser.h` a **Doxygen:** -Run `make docs` to create the doxygen documentation. \ No newline at end of file +Run `make docs` to create the doxygen documentation.