Browse Source

Correct README

George S. Baugh 11 years ago
parent
commit
06e419c499
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -1,4 +1,4 @@
-TestRail-Perl
+TestRail::API
 =============
 
 Perl interface to TestRail's REST API
@@ -19,6 +19,6 @@ TODO: alter tests so that you can keep in sync.
 > 
 > my $pw = 'password';
 > 
-> my $apiClient = new TestLink::API($url,$user,$pass);
+> my $apiClient = new TestRail::API($url,$user,$pass);
 
 See POD for more info.