Skip to content

Commit 0a4e501

Browse files
authored
Merge pull request #32 from jackalcooper/master
Fix function name in README.md
2 parents 7de606c + 877cb0a commit 0a4e501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ chrome --headless --disable-gpu --remote-debugging-port=9222
5454
iex(1)> server = ChromeRemoteInterface.Session.new()
5555
%ChromeRemoteInterface.Server{host: "localhost", port: 9222}
5656

57-
iex(2)> {:ok, pages} = ChromeRemoteInterface.Session.list_page(server)
57+
iex(2)> {:ok, pages} = ChromeRemoteInterface.Session.list_pages(server)
5858
{:ok,
5959
[%{"description" => "",
6060
"devtoolsFrontendUrl" => "/devtools/inspector.html?ws=localhost:9222/devtools/page/d4357ff1-47e8-4e53-8289-fc54089da33e",

0 commit comments

Comments
 (0)