From af59b154fa8c204f99d4c02c588a6adc83918163 Mon Sep 17 00:00:00 2001 From: Liam McLennan Date: Tue, 16 Dec 2014 12:27:03 +1000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f6bf499..ccf3937 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@ This library includes: * C# representations of the entities exposed by the Seq HTTP API * Helper classes for interacting with the API -Its useful for querying events and working with configuration data - *everything you can do using the Seq web UI*, you can do programmatically via the API. +It's useful for querying events and working with configuration data - *everything you can do using the Seq web UI*, you can do programmatically via the API. -If you want to *write events* to Seq, use one of the logging framework clients```cs such as _Serilog.Sinks.Seq_ or _Seq.Client.Slab_ instead. +If you want to *write events* to Seq, use one of the logging framework clients, such as _Serilog.Sinks.Seq_ or _Seq.Client.Slab_ instead. Getting Started ---------------