From e8124edf46ec9959c7be8608fc129b361095b665 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20ten=20Wolde?= Date: Thu, 5 Oct 2023 22:48:04 -0700 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 18846a3b..724bb945 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -# WIP Disclaimer -This repository is currently a research project and a work in progress. Feel free to play around with it and give us feedback. NOTE: Currently any query containing SQL/PGQ syntax requires a `-` at the start of the query (else you will get a segmentation fault). - # DuckPGQ A DuckDB extension for graph workloads that supports the SQL/PGQ standard. +# WIP Disclaimer +This repository is currently a research project and a work in progress. Feel free to play around with it and give us feedback. NOTE: Currently any query containing SQL/PGQ syntax requires a `-` at the start of the query (else you will get a segmentation fault). + ## Getting started To get started, first clone this repository: ```sh