Repository: incubator-predictionio-sdk-ruby Updated Branches: refs/heads/develop 1561cc76f -> 6fec5a725
Fix missing backtick Project: http://git-wip-us.apache.org/repos/asf/incubator-predictionio-sdk-ruby/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-predictionio-sdk-ruby/commit/6fec5a72 Tree: http://git-wip-us.apache.org/repos/asf/incubator-predictionio-sdk-ruby/tree/6fec5a72 Diff: http://git-wip-us.apache.org/repos/asf/incubator-predictionio-sdk-ruby/diff/6fec5a72 Branch: refs/heads/develop Commit: 6fec5a725450628ef1380691fe8db845d384f9d5 Parents: 1561cc7 Author: Donald Szeto <[email protected]> Authored: Mon Jun 5 14:16:04 2017 -0700 Committer: Donald Szeto <[email protected]> Committed: Mon Jun 5 14:16:04 2017 -0700 ---------------------------------------------------------------------- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-predictionio-sdk-ruby/blob/6fec5a72/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index cb66339..9862756 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ client.create_event( ) ``` -### Create a $set` item event and send it to Event Server to specific channel +### Create a `$set` item event and send it to Event Server to specific channel *NOTE:* channels are supported in PIO version >= 0.9.2 only. Channel must be created first.
