From 7383f337fd556c47f6b3afd23507fd42dc567af5 Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Wed, 12 Aug 2026 12:17:13 +0300 Subject: [PATCH] docs: improve README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b60235a..5f492da 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + + [![Build Status](https://travis-ci.org/aslabicki/Zabbix.API.Core.svg?branch=master)](https://travis-ci.org/aslabicki/Zabbix.API.Core) # Zabbix.NET.Core @@ -25,6 +27,8 @@ Before call any request use **LoginAsync()** method. After all use **LogoutAsyn ## Usage examples +Ensure you include `using ZabbixAPICore;` in your code to access the library classes. + Create new user ```cs Zabbix zabbix = new Zabbix("admin", "zabbix", "http://zabbix.example/api_jsonrpc.php"); @@ -140,4 +144,4 @@ zabbix.LogoutAsync().Wait(); ## License -MIT \ No newline at end of file +MIT