Repository: incubator-s2graph Updated Branches: refs/heads/master 0d1854450 -> 4012a5597
[S2GRAPH-30]: Typo in README JIRA: [S2GRAPH-30] https://issues.apache.org/jira/browse/S2GRAPH-30 Pull Request: Closes #11 Authors: Hyunsung Jo: [email protected] Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/4012a559 Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/4012a559 Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/4012a559 Branch: refs/heads/master Commit: 4012a559784b9cd21f09d69030a82ca884334478 Parents: 0d18544 Author: DO YUNG YOON <[email protected]> Authored: Sun Jun 12 00:09:49 2016 +0900 Committer: DO YUNG YOON <[email protected]> Committed: Sun Jun 12 00:09:49 2016 +0900 ---------------------------------------------------------------------- CHANGES | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/4012a559/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 7bcc7ef..4eb3ddd 100644 --- a/CHANGES +++ b/CHANGES @@ -114,6 +114,8 @@ Release 0.12.1 - unreleased S2GRAPH-71: Missing resolver in plugin settings. (Contributed by Injun Song<[email protected]>, committed by DOYUNG YOON) + S2GRAPH-30: Typo in README. (Contributed by Hyunsung Jo<[email protected]>, committed by DOYUNG YOON). + SUB TASKS S2GRAPH-9: Provide rest server using netty. (Committed by daewon). http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/4012a559/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 9587d36..409b120 100644 --- a/README.md +++ b/README.md @@ -168,7 +168,7 @@ You will be able to manage "friends" and "posts" of a user with simple S2Graph q While doing so, we have also prepared ourselves for our timeline query! - The following two-step query will return ULRs for Elmo's timeline, which are posts of Elmo's friends: + The following two-step query will return URLs for Elmo's timeline, which are posts of Elmo's friends: ``` curl -XPOST localhost:9000/graphs/getEdges -H 'Content-Type: Application/json' -d '
