From 747aa1244614e8d5d61828bf99b7a31efd39b2fa Mon Sep 17 00:00:00 2001 From: Julian Poidevin Date: Wed, 31 Jul 2019 16:48:08 +0200 Subject: [PATCH] Update wf.html Added missing semicolon in code example --- v1/Install/wf.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v1/Install/wf.html b/v1/Install/wf.html index cd88a78..fa91a6d 100644 --- a/v1/Install/wf.html +++ b/v1/Install/wf.html @@ -46,7 +46,7 @@

PM> Install-Package LiveCharts.WinForms

using LiveCharts; //Core of the library
 using LiveCharts.Wpf; //The WPF controls
-using LiveCharts.WinForms //the WinForm wrappers
+using LiveCharts.WinForms; //the WinForm wrappers

Now you can add the charts to your toolbox as any WinForms control, After the package was installed correctly,