diff --git a/README.md b/README.md
index b90e943..330da64 100644
--- a/README.md
+++ b/README.md
@@ -78,7 +78,7 @@ logger.Debug(new { Property = "This is anonymous object", Property2 = "with two
## Flushing logs on application shutdown
-Library is buffering and sending log messages to Loggly asynchronously in background. That means that some logs may be still in buffer when the application terminates. To make sure that all logs have been sent you need to cleanly shutdown log4net logger using following code:
+Library is buffering and sending log messages to Loggly asynchronously in the background. That means that some logs may be still in buffer when the application terminates. To make sure that all logs have been sent you need to cleanly shutdown log4net logger using the following code:
```csharp
logger.Logger.Repository.Shutdown();
```
diff --git a/source/log4net-loggly/log4net-loggly.csproj b/source/log4net-loggly/log4net-loggly.csproj
index 1eca5c1..0135e25 100644
--- a/source/log4net-loggly/log4net-loggly.csproj
+++ b/source/log4net-loggly/log4net-loggly.csproj
@@ -4,7 +4,7 @@
full
netstandard2.0;net40
true
- 9.0.0-beta1
+ 9.0.0
Loggly
Loggly
http://opensource.org/licenses/MIT