From 8eadcad96c92576d7b288e98f52310c36e4a4a96 Mon Sep 17 00:00:00 2001 From: Kevin Prudente <brewdente@gmail.com> Date: Tue, 10 May 2016 14:14:27 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9cd58e3..16fa9bd 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Contained in this repo are 3 projects. * [An implementation of a messenger (a chrome session)](source/ChromeDevTools/ChromeSession.cs) * Other supporting classes including class to manage the chrome process, startup args, etc. * [MasterDevs.ChromeDevTools.ProtocolParser](source/ProtocolParser) - * A really ugly (seriously, one of my more ugly works of art) console application which parses the `protocol.json` file and generates all of the classes in the [Protocol](source/ChromeDevTools/Protocol) + * A really ugly (it used to be more ugly, but @qmfrederik did some cleaning) console application which parses the `protocol.json` file and generates all of the classes in the [Protocol](source/ChromeDevTools/Protocol) * [MasterDevs.ChromeDevTools.Sample](source/Sample) * While the sample on this page is great and all, you want something you can just fire off and dig right in. That's what the sample is for. -- GitLab