Skip to content

Commit

Permalink
Updated deeplinking command documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kennyf-redspace authored and greeneca committed Jul 27, 2017
1 parent e96ed6d commit 031fd51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -245,11 +245,11 @@ used as follows:

You can deeplink into your app using the following command:

$ roku --deeplink-options "a:b c:d"
$ roku --deeplink "a:b,c:d"

or

$ roku -o "a:b c:d"
$ roku -o "a:b,c:d"

This will deeplink into the app sending the keypair values as defined in the
string. You can also have the app sideloaded first by adding one of the
Expand Down

0 comments on commit 031fd51

Please sign in to comment.