arivera12 / BlazorHistory

HTML5 History API Implementation for Blazor without any JavaScript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update README.md

andyesys opened this issue · comments

Update README.md to reference correct method, class, interface names:

image

to this:

  • services.AddBlazorHistoryService();
  • [Inject] IBlazorHistoryService BlazorHistory { get; set; }

It was a little confusing to get started. Otherwise, great work!