Fixed links representation in readme.md.

This commit is contained in:
Oliver Gierke
2012-10-09 12:39:06 +02:00
parent 232abb2c72
commit dc36bb26fe

View File

@@ -40,7 +40,7 @@ This would render as follows in JSON:
```java
{ firstname : "Dave",
lastname : "Matthews",
_links : [ { rel : "self", href : "http://myhost/people" } ] }
links : [ { rel : "self", href : "http://myhost/people" } ] }
```
… or slightly more verbose in XML …