Skip to content

Commit 9412ded

Browse files
committed
2 parents 009a3db + ccae741 commit 9412ded

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Access opentsdb database based on .Net core. Almost all OpenTSDB features are ac
66
```C#
77
class Test
88
{
9-
ApiClient apiClient = new ApiClient();
9+
OpenTsdbClient apiClient = new OpenTsdbClient ();
1010
public async void Run()
1111
{
1212
var list = new List<DataPoint<float>>();

0 commit comments

Comments
 (0)