Skip to content

Commit 2fd3a8a

Browse files
committed
Update README.md
1 parent 555145e commit 2fd3a8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# JavaScript Logging
22
Forwards JavaScript logs to ASP.NET Core applications.
33

4-
JavaScript Logging is a small library which forwards client-side JavaScript logging via `console.info`, `console.error`, etc. to the server and calls logs the message with the equivalent using the `ILogger` interface.
4+
JavaScript Logging is a small library which forwards client-side JavaScript logging via `console.info`, `console.error`, etc. to your ASP.NE Core application and calls logs the message with the equivalent using the `ILogger` interface.
55

66
## Getting started
77

0 commit comments

Comments
 (0)