Skip to content

Commit

Permalink
Fixes #6
Browse files Browse the repository at this point in the history
  • Loading branch information
adadgio committed May 24, 2018
1 parent 4424cf9 commit 422aef5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ Table of Contents
- Copy `src/assets/neo4j.settings.json.dist` to `src/assets/neo4j.settings.json` and change with your settings
- Change client `authBasic` value to `Basic: <authString>`. Auth string is a **base64 encode** `username:password`

*Note:* various settings like node colors and default labels are customizable in the JSON or on the fly!

## Simple queries

Simple queries let you pop nodes on the graph very quickly without writing cypher queries. Simple queries are types in the main exploration search bar.
Expand Down

0 comments on commit 422aef5

Please sign in to comment.