Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dnikolovv authored Jul 29, 2019
1 parent cef0b6c commit 56df56a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Whether you chose the `.zip` or the Visual Studio extension path, maintenance is

When you export a project as a template, it's no longer something that you can compile and run. Any changes you want to make mean that you'll be digging inside plain text files (or full of compile-time error files). If you want to test your changes, you'll have to start up a Visual Studio instance and run your extension inside it. Great if you want to spend 30 minutes updating a NuGet package version and a few variable names.

### physical folders, oh no
### physical folders? oh no

When setting up a new project, you probably use a clean and tidy physical folder structure. Perhaps something like this?

Expand Down Expand Up @@ -211,4 +211,4 @@ Example:

Successfully converted <YourProject>.sln to a template!
You'll find the zipped template at 'C:\some-path\Template.zip' and VSIX project at 'C:\some-path\SomeRandomWizard.csproj'.
```
```

0 comments on commit 56df56a

Please sign in to comment.