Skip to content

Commit 8f1189e

Browse files
authored
Merge pull request #25 from chauey/patch-1
corrected assembly name
2 parents 92b69c7 + 78b3f51 commit 8f1189e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ For more information on submodules read [this chapter](http://git-scm.com/book/e
3838
1. Build the solution in Visual Studio.
3939
2. Go to the `src\T4TemplateWriter\bin\debug` folder to find all compiled components.
4040
3. In that folder, modify `.config\TemplateWriterSettings.json` to specify your template mapping see [Template Writer Settings](##Template-Writer-Settings) for more details.
41-
4. Open a command prompt as administrator in the same folder and run `Vipr.exe <path-or-url-to-metadata> --writer="Graph.ODataTemplateWriter"`
41+
4. Open a command prompt as administrator in the same folder and run `Vipr.exe <path-or-url-to-metadata> --writer="GraphODataTemplateWriter"`
4242

4343
By default, output source code will be put in a folder named "output" next to the Vipr executable.
4444

0 commit comments

Comments
 (0)