Skip to content

Commit

Permalink
Update Overview.md
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Desmaisons authored Dec 9, 2018
1 parent a0e4893 commit ab0efd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/Content/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Use **HTMLViewControl** if you have one HTML view and a DataContext.
x:Class="Example.Awesomium.Vue.UI.MainWindow"
Height="350" Width="525">
<Grid>
<wpf:HTMLViewControl HTMLEngine="Awesomium" IsDebug="True" Uri="pack://application:,,,/View/dist/index.html"/>
<wpf:HTMLViewControl Uri="pack://application:,,,/View/dist/index.html"/>
</Grid>
</Window>
```
Expand Down

0 comments on commit ab0efd4

Please sign in to comment.