Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Commit a5a986f

Browse files
committed
Correct README
1 parent 53685e4 commit a5a986f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.adoc

+2-4
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,7 @@ $> git clone https://github.com/sim51/neo4j-fwd
7272

7373

7474
Install the project
75-
<<<<<<< HEAD
7675

77-
=======
78-
>>>>>>> d0017fe97d4f656725a1080877e34ff06a855476
7976
[source,bash]
8077
----
8178
$> cd neo4j-fdw
@@ -142,7 +139,8 @@ IMPORTANT: limit is not a `quals`
142139

143140
[source, sql]
144141
----
145-
mydatabase=# SELECT * FROM neo4j_movie WHERE movie LIKE 'Matr%';
142+
mydatabase=#
143+
SELECT * FROM neo4j_movie WHERE movie LIKE 'Matr%';
146144
----
147145

148146

0 commit comments

Comments
 (0)