From c02c8f3412f64718b28cc7505f6a8dd801e99aa0 Mon Sep 17 00:00:00 2001 From: Kevin Prudente <brewdente@gmail.com> Date: Mon, 16 May 2016 20:50:03 -0400 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 73119c8..0933879 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,8 @@ If you didn't read the entire README (I don't blame you, I wouldn't), I've inclu * [NuGet](https://www.nuget.org/packages/MasterDevs.ChromeDevTools/) * Obligatory [blog post](http://blog.masterdevs.com/chrome-debugging-api/) - * Here's what the Chrome Team has to say about the Developer Tools protocol (it's not much) + * [Protocol Viewier](http://chromedevtools.github.io/debugger-protocol-viewer/) + * Here's what the Chrome Team has to say about the Developer Tools protocol * [https://developer.chrome.com/devtools/docs/debugger-protocol](https://developer.chrome.com/devtools/docs/debugger-protocol) * Some cool apps that other developers have built using the Chrome Debugging Protocol * [https://developer.chrome.com/devtools/docs/debugging-clients](https://developer.chrome.com/devtools/docs/debugging-clients) -- GitLab