From 399709038c8c3952ccdcfc5fd230f2c9674ecf9c Mon Sep 17 00:00:00 2001 From: Gordon Tisher Date: Fri, 8 Jan 2016 13:42:23 -0800 Subject: [PATCH] fix #11: typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b742ce5..939ff2f 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ IronMeta is available on [NuGet](https://www.nuget.org/packages/IronMeta/). To Once you have installed the NuGet package, add a grammar file with the extension .ironmeta to your project. Then generate a C# class from it. You can do this in two ways: -- You can install a [Visual Studio extension](https://visualstudiogallery.msdn.microsoft.com/73263c7c-319f-4f9e-a05a-b493094a4eb0) that provides a custom tool for generating C# code from IronMeta files. You must set the "Custom Tool" property of your IronMeta file to be `IronMetaGenerator`. Then the C# code will be generated whenever your grammer file changes. Syntax errors will appear in your Error List. +- You can install a [Visual Studio extension](https://visualstudiogallery.msdn.microsoft.com/73263c7c-319f-4f9e-a05a-b493094a4eb0) that provides a custom tool for generating C# code from IronMeta files. You must set the "Custom Tool" property of your IronMeta file to be `IronMetaGenerator`. Then the C# code will be generated whenever your grammar file changes. Syntax errors will appear in your Error List. - `IronMeta.Library.dll` contains an MsBuild task called "IronMetaGenerate". A simple example of how to use this: