Skip to content

Commit

Permalink
readme typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mulkave committed Feb 22, 2015
1 parent 763545f commit 4aba9ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -969,8 +969,8 @@ Currently Neo4j supports `UNIQUE` constraint and `INDEX` on properties. You can

Command | Description
------------ | -------------
`$label->index('name')` | Adding a unique constraint on a property
`$label->dropUnique('email')` | Dropping a unique constraint from property
`$label->unique('email')` | Adding a unique constraint on a property
`$label->dropUnique('email')` | Dropping a unique constraint from property
`$label->index('uuid')` | Adding index on property
`$label->dropIndex('uuid')` | Dropping index from property

Expand Down

0 comments on commit 4aba9ca

Please sign in to comment.