spring-guides / gs-accessing-data-neo4j

Accessing Data with Neo4j :: Learn how to persist objects and relationships in Neo4j's NoSQL data store.
http://spring.io/guides/gs/accessing-data-neo4j/
Apache License 2.0
29 stars 49 forks source link

Changed simple quotes to double quotes in cURL commands #23

Closed javalisson closed 7 years ago

javalisson commented 7 years ago

Windows Command Prompt treats quotes differently when compared to the Unix shell and this causes an error when using cURL to post data or send a header.

Fixes spring-guides/gs-accessing-data-rest#11

gregturn commented 7 years ago

Tnx!