Skip to content

Commit ec4fcb0

Browse files
authored
Update README.md
1 parent 5edbe31 commit ec4fcb0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ dotnet add package Blazor-ApexCharts
1919
## Usage
2020

2121
### Assets
22-
In your `_Host.cshtml` (server-side) or in your `index.html` (client-side) add the following lines to the `body` tag **after** the `_framework` reference
22+
In `_Host.cshtml` (server-side) or in `index.html` (client-side) add the following lines to the `body` tag **after** the `_framework` reference
2323

2424
```html
2525
<script src="_content/Blazor-ApexCharts/js/apex-charts.min.js"></script>
2626
<script src="_content/Blazor-ApexCharts/js/blazor-apex-chart.js"></script>
2727
```
2828

2929
### Imports
30-
Now add a reference to `Blazor-ApexCharts` in your `_Imports.razor`
30+
Add a reference to `Blazor-ApexCharts` in your `_Imports.razor`
3131
```csharp
3232
@using ApexCharts;
33-
```
33+
```

0 commit comments

Comments
 (0)