Skip to content

Commit

Permalink
fix #11: typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chalcolith committed Jan 8, 2016
1 parent 056bd8b commit 3997090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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:

<UsingTask TaskName="IronMetaGenerate" AssemblyFile="path_to\IronMeta.Library.dll" />
Expand Down

0 comments on commit 3997090

Please sign in to comment.