From 18abf7f282aa95325407cb75df0344cd2f8c7b80 Mon Sep 17 00:00:00 2001 From: Ben1152000 Date: Sun, 16 Apr 2023 19:27:46 -0500 Subject: [PATCH] Link to query language documentation --- README.md | 2 ++ sootty/static/grammar.md => syntax.md | 0 2 files changed, 2 insertions(+) rename sootty/static/grammar.md => syntax.md (100%) diff --git a/README.md b/README.md index ecf97d5..8147729 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,8 @@ Optional arguments include: - `-R | --reload SAVENAME` Loads a saved query. Requires query name as string. - `--btable` Print the wire value table at breakpoints to `stdout` (`-b` is required). +*Note: For more detailed information on the query language, check out [syntax.md](syntax.md) + ### Examples Below are some more examples that take advantage of some of the features sootty has to offer: diff --git a/sootty/static/grammar.md b/syntax.md similarity index 100% rename from sootty/static/grammar.md rename to syntax.md