We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6523918 commit 7253a70Copy full SHA for 7253a70
1 file changed
README.md
@@ -38,7 +38,7 @@ The link class represents hypermedia on a representation. It looks like this:
38
39
The thing which makes this class special is it's support for templates. For example:
40
41
- var link = new Link("beers, "/breweries/{id}/beers");
+ var link = new Link("beers", "/breweries/{id}/beers");
42
43
Notice the {id}, this allows you to return a templated link as hypermedia. But you can also turn it into an absolute link really easily:
44
0 commit comments