From e5e88a9a20189ed3d6bdb745396f34478822a988 Mon Sep 17 00:00:00 2001 From: Thomas Ibel Date: Wed, 11 Jun 2014 20:53:54 +0200 Subject: [PATCH] format readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8001ffd..d3cb681 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Caliburn.Light is available through NuGet: Sets the DataContext and attaches the view to the view-model. - `Bind.ModelWithoutContext` (use inside of DataTemplate) Attaches the view to the view-model only. -- `Bind.AtDesignTime` +- `Bind.AtDesignTime` To enable view-model binding inside the Visual Studio designer or Blend. ### ViewModel-First