OSDN Git Service

a little modify
authorsuccessli <successli@outlook.com>
Tue, 5 Jun 2018 08:07:40 +0000 (16:07 +0800)
committersuccessli <successli@outlook.com>
Tue, 5 Jun 2018 08:07:40 +0000 (16:07 +0800)
README.md

index 6ca75f3..fbb6d6e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -46,8 +46,9 @@ public static Client generateClient() throws BytomException {
     return new Client(coreURL, accessToken);
 }
 
-Client client = TestUtils.generateClient();
+Client client = Client.generateClient();
 ```
+> Note: you can touch a file named config.properties in resources folder to config ```bytom.api.url``` and ```client.access.token``` by custom.
 
 ## Usage