Skip to content

Commit ab0efd4

Browse files
Update Overview.md
1 parent a0e4893 commit ab0efd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/Content/Overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Use **HTMLViewControl** if you have one HTML view and a DataContext.
3333
x:Class="Example.Awesomium.Vue.UI.MainWindow"
3434
Height="350" Width="525">
3535
<Grid>
36-
<wpf:HTMLViewControl HTMLEngine="Awesomium" IsDebug="True" Uri="pack://application:,,,/View/dist/index.html"/>
36+
<wpf:HTMLViewControl Uri="pack://application:,,,/View/dist/index.html"/>
3737
</Grid>
3838
</Window>
3939
```

0 commit comments

Comments
 (0)