Seven Databases in Seven Weeks, Second Edition: Missing comma in JSON (p190)

Below is the corrected example code.

curl -i -XPOST http://localhost:7474/db/data/node \
-H "Content-Type: application/json" \
-d '{
    "name": "P.G. Wodehouse",
    "genre": "British Humour"
}'