Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissainty authored Jul 22, 2023
1 parent a317c8b commit dc95995
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
@@ -1,10 +1,10 @@
# Blazored Typeahead
Typeahead control for Blazor applications.

[![Nuget version](https://img.shields.io/nuget/v/Blazored.Typeahead.svg?logo=nuget)](https://www.nuget.org/packages/Blazored.Typeahead/)
[![Nuget downloads](https://img.shields.io/nuget/dt/Blazored.Typeahead?logo=nuget)](https://www.nuget.org/packages/Blazored.Typeahead/)
![Build & Test Main](https://github.com/Blazored/Typeahead/workflows/Build%20&%20Test%20Main/badge.svg)

![Nuget](https://img.shields.io/nuget/v/blazored.typeahead.svg)

![Screenshot](screenshot.png)

### Installing
Expand Down Expand Up @@ -224,4 +224,4 @@ There are times when you will want to use complex types with the Typeahead but o
private Person LoadSelectedPerson(int? id) => People.FirstOrDefault(p => p.Id == id);
}
```
```

0 comments on commit dc95995

Please sign in to comment.