Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
grych committed Jul 15, 2018
1 parent 3b27b35 commit 6bc4b2d
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 @@ -235,7 +235,7 @@ iex> query socket, "h3", :innerText
iex> set_prop socket, "h3", innerText: "Updated from IEx"
{:ok, 2}

iex> exec_js socket, "alert('You do like alerts!')"
iex> exec_js socket, "alert('You do like alerts?')"
{:ok, nil}
```

Expand Down

0 comments on commit 6bc4b2d

Please sign in to comment.