fix README typo

This commit is contained in:
Ritesh Chitlangi 2021-07-27 04:29:57 +08:00
parent 7bddd53219
commit 2e5cbc8645
2 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ async fn main() {
// Make a domain check call, which returns an object of type EppDomainCheckResponse
// that contains the result of the call
let domain_check = EppDomainCheck::new(
vec!["eppdev.com", "eppdev.net"
vec!["eppdev.com", "eppdev.net"]
generate_client_tr_id(&client).as_str()
);

View File

@ -76,7 +76,7 @@ async fn main() {
// Make a domain check call, which returns an object of type EppDomainCheckResponse
// that contains the result of the call
let domain_check = EppDomainCheck::new(
vec!["eppdev.com", "eppdev.net"
vec!["eppdev.com", "eppdev.net"]
generate_client_tr_id(&client).as_str()
);