From 773ee3985ae5938cc068a5753962c75119532bda Mon Sep 17 00:00:00 2001 From: Luca Petrini Date: Sat, 27 Feb 2016 19:32:47 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4779e24..16bb004 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ YALV! is a log file viewer for Log4Net with handy features like log merging, filtering, open most recently used files, items sorting and so on. It is easy to use, it requires no configuration, it has intuitive and user-friendly interface and available in several languages. It is a WPF Application based on .NET Framework 4.0 and written in C# language. -![Screenshot](/doc/images/YALV-Win.png?raw=true "YALV Main Window") +![Screenshot](/doc/images/YALV-Win.png?raw=true "YALV Main Window") +[More Screenshots](https://github.com/LukePet/YALV/wiki/Screenshots) ## Main features * Log files merging into one list @@ -25,7 +26,7 @@ YALV! is a log file viewer for Log4Net with handy features like log merging, fil * Greek ## Configuration -YALV itself does not require any setup, but log4net must be setup in your application to write XML content in XmlLayoutSchemaLog4j layout to log files. +YALV itself does not require any setup, but log4net must be setup in your application to write XML content in XmlLayoutSchemaLog4j layout to log files. [Read more...](https://github.com/LukePet/YALV/wiki) ## Usage Download latest binaries, unzip and launch YALV.exe. That's all!