Skip to content

Commit

Permalink
wrong formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
swilly22 committed Dec 11, 2023
1 parent 34d0374 commit d1759ff
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,22 +61,24 @@ print(row[0])
RETURN count(r)""")

print(row[0])
# Prints:
```
For additional demos please see visit [Demos](https://github.com/FalkorDB/demos).
# Prints: 1
```

For additional demos please see visit [Demos](https://github.com/FalkorDB/demos).

## Client libraries

Language-specific clients have been written by the community and the FalkorDB team.
The full list and links can be found on the [Clients](/clients) page.
Language-specific clients have been written by the community and the FalkorDB team.
The full list and links can be found on the [Clients](/clients) page.

## Data import
When loading large graphs from CSV files, we recommend using [falkordb-bulk-loader](https://github.com/falkordb/falkordb-bulk-loader)

When loading large graphs from CSV files, we recommend using [falkordb-bulk-loader](https://github.com/falkordb/falkordb-bulk-loader)

## Mailing List / Forum

Got questions? Please contact us at the [FalkorDB forum](https://github.com/FalkorDB/FalkorDB/discussions).
Got questions? Please contact us at the [FalkorDB forum](https://github.com/FalkorDB/FalkorDB/discussions).

## License

FalkorDB is licensed under the [the Server Side Public License v1 (SSPLv1)](https://github.com/FalkorDB/FalkorDB/blob/master/LICENSE.txt).
FalkorDB is licensed under the [the Server Side Public License v1 (SSPLv1)](https://github.com/FalkorDB/FalkorDB/blob/master/LICENSE.txt).

0 comments on commit d1759ff

Please sign in to comment.