Skip to content

Commit c960e4a

Browse files
authored
Update README.md
1 parent fa33a7f commit c960e4a

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,7 @@ npm install github:RedisGraph/redisgraph.js.git
3030

3131
## Overview
3232

33-
### Official Releases
34-
35-
36-
# Example: Using the JavaScript Client
33+
### Example: Using the JavaScript Client
3734

3835
```javascript
3936
const RedisGraph = require("redisgraph.js").Graph;
@@ -75,7 +72,7 @@ let graph = new RedisGraph("social");
7572

7673
```
7774

78-
## Running tests
75+
### Running tests
7976

8077
A simple test suite is provided, and can be run with:
8178

0 commit comments

Comments
 (0)