diff --git a/README.md b/README.md index 3ed046b..d68edd4 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ To directly use the service, you just need to inject it and observe the element( @using Blazor.IntersectionObserver @inject IntersectionObserverService ObserverService - + @functions { public ElementReference ImageElement { get; set; } @@ -186,7 +186,7 @@ This is a useful method to clean up observers when components are disposed of, i @implements IAsyncDisposable @inject IntersectionObserverService ObserverService -
+
@functions { private IntersectionObserver Observer;