Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
koenvanras committed Mar 20, 2019
1 parent 2718d1a commit 05fbbfe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -6,6 +6,9 @@ A Content App for Umbraco 8 that generates a managable manifest.json file for al
2. Open the .sln file with Visual Studio and build the project.
3. Add a reference from Apparare.ManifestJson.dll to your Umbraco Website.
4. Build your Umbraco website.
5. Add the following code to your web.config handlers:
```<remove name="ManifestJsonHandler" />
<add name="ManifestJsonHandler" type="ManifestJsonPlugin.Handlers.HttpHandlers.ManifestJsonHandler" path="manifest.json" preCondition="integratedMode" verb="*" />```

## Compatible Umbraco versions
- 8.0.0
Expand Down

0 comments on commit 05fbbfe

Please sign in to comment.