Skip to content

Commit

Permalink
Merge pull request #313 from fabriziocucci/patch-1
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
qiangdavidliu authored Oct 31, 2017
2 parents 092dd5d + e2443c6 commit 2d96971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ HttpRequestTemplate<ByteBuf> recommendationsByUserIdTemplate = httpResourceGroup
.withResponseValidator(new RecommendationServiceResponseValidator())
.build();
Observable<ByteBuf> result = recommendationsByUserIdTemplate.requestBuilder()
.withRequestProperty("userId", user1")
.withRequestProperty("userId", "user1")
.build()
.observe();
```
Expand Down

0 comments on commit 2d96971

Please sign in to comment.