Skip to content

Commit

Permalink
Minor fix to Tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
cztomczak committed Apr 25, 2017
1 parent 2b559cd commit 7790b85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/Tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ for details.

## Change user agent string

There are two options in [application settings](../api/ApplicationSettings.md)
There are two options in [application settings](../api/ApplicationSettings.md#application-settings)
for changing User-Agent string: [product_version](../api/ApplicationSettings.md#product_version)
and [user_agent](../api/ApplicationSettings.md#user_agent).

Expand Down Expand Up @@ -334,6 +334,7 @@ settings = {
# "product_version": "MyProduct/10.00",
# "user_agent": "MyAgent/20.00 MyProduct/10.00",
}
cef.Initialize(settings=settings)
```


Expand Down

0 comments on commit 7790b85

Please sign in to comment.