andrewvy/chrome-remote-interface

syntax error in the read me code

Closed this issue · 1 comments

{:ok, pages} = ChromeRemoteInterface.Session.list_page(server) should be changed to {:ok, pages} = ChromeRemoteInterface.Session.list_pages(server) i.e list_page to list_pages

Closed via #32, thanks @jackalcooper! ❤️