From c8ff75b35fff67930618e5b46ee6a21b82382d3a Mon Sep 17 00:00:00 2001 From: Alfredo Beaumont Date: Fri, 27 Oct 2017 17:24:44 +0200 Subject: [PATCH] docs: Add a link to guide. Signed-off-by: Alfredo Beaumont --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3ad4efe..40d0878 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,9 @@ print(client.parse("/path/to/file.py")) print(client.filter("//Import[@roleImport and @roleDeclaration]//alias") ``` +Please read the [Babelfish clients](https://doc.bblf.sh/user/language-clients.html) +guide section to learn more about babelfish clients and their query language. + ## License Apache License 2.0, see [LICENSE](LICENSE)