Skip to content
This repository was archived by the owner on Feb 16, 2024. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ vagrant ssh

// in the virtual environment..
cd s2graph
activator run
activator 'project s2rest_play' run
```

Finally, join the [mailing list](https://groups.google.com/forum/#!forum/s2graph)!
Expand Down Expand Up @@ -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 '
Expand Down