diff --git a/docs/azfunc/readme.md b/docs/azfunc/readme.md
index 277b221..5ae051e 100644
--- a/docs/azfunc/readme.md
+++ b/docs/azfunc/readme.md
@@ -1,10 +1,8 @@
-# BrowserDetector
+# Shyjus.BrowserDetector.AzureFunctions
Browser detection capabilities for Azure functions .NET Isolated model.
-
-
This library does
1. Browser detection
@@ -37,7 +35,7 @@ host.Run();
````
**Step 3:** Inject `IBrowserDetector` to your function class e and access the `Browser` property.
-### Example usage in controller code
+### Example usage
```csharp
public class Function1
@@ -64,7 +62,7 @@ public class Function1
-### Example usage in custom middleware
+### Example usage in functions middleware
You can get instance of the `IBrowserDetector` from FunctionContext.
diff --git a/src/BrowserDetector.AzureFunctions/BrowserDetector.AzureFunctions.csproj b/src/BrowserDetector.AzureFunctions/BrowserDetector.AzureFunctions.csproj
index 36a646c..d9c90dc 100644
--- a/src/BrowserDetector.AzureFunctions/BrowserDetector.AzureFunctions.csproj
+++ b/src/BrowserDetector.AzureFunctions/BrowserDetector.AzureFunctions.csproj
@@ -9,13 +9,16 @@
Shyju Krishnankutty
Browser detection, device detection and operating system detection capabilities in Azure Functions .NET Isolated model.
https://github.com/kshyju/BrowserDetector
- BrowserDetection BrowserCapabilities BrowserDetectionAzureFunction HttpContext.Request.Browser DeviceDetection
+ BrowserDetection BrowserCapabilities BrowserDetectionAzureFunction .NET Isolated DeviceDetection
true
1.0.0-preview1
readme.md
+
+ MIT
+
-
+