Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed May 7, 2024
1 parent 7867cb6 commit 3b4e1db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[![Build](https://github.com/ricaun-io/ricaun.Revit.CefSharp/actions/workflows/Build.yml/badge.svg)](https://github.com/ricaun-io/ricaun.Revit.CefSharp/actions)
[![Release](https://img.shields.io/nuget/v/ricaun.Revit.CefSharp?logo=nuget&label=release&color=blue)](https://www.nuget.org/packages/ricaun.Revit.CefSharp)

This package automatically provides access to the appropriate `CefSharp` version that has already been loaded and initialised by Revit, cf. the explanation
This package automatically provides access to the appropriate `CefSharp` version that has already been loaded and initialized by Revit, cf. the explanation
on [encountering an error while using CefSharp](https://forums.autodesk.com/t5/revit-api-forum/encountered-an-error-while-using-cefsharp/m-p/12209481#M73837).

## PackageReference
Expand All @@ -26,7 +26,7 @@ on [encountering an error while using CefSharp](https://forums.autodesk.com/t5/r

## Usage

The `CefSharp` is already initialized inside Revit before any plugin, just use the `CefSharp.Wpf` reference inside your wpf works without any initializetion requirement.
The `CefSharp` is already initialized inside Revit before any plugin, just use the `CefSharp.Wpf` reference inside your wpf works without any initialization requirement.

```xaml
xmlns:cef="clr-namespace:CefSharp.Wpf;assembly=CefSharp.Wpf"
Expand Down Expand Up @@ -60,7 +60,7 @@ Use the `cef:ChromiumWebBrowser` with an `Address` to create a web browser in yo

## License

This project is [licensed](LICENSE) under the [MIT Licence](https://en.wikipedia.org/wiki/MIT_License).
This project is [licensed](LICENSE) under the [MIT License](https://en.wikipedia.org/wiki/MIT_License).

---

Expand Down

0 comments on commit 3b4e1db

Please sign in to comment.