Skip to content

Commit 2764e53

Browse files
committed
docs: fix imports in the Getting Started example
1 parent 70b463a commit 2764e53

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ Please follow the [installation](#installation) instruction and execute the foll
109109
package main;
110110

111111
import com.fingerprint.api.FingerprintApi;
112-
import com.fingerprint.models.EventResponse;
113-
import com.fingerprint.models.Response;
112+
import com.fingerprint.model.EventResponse;
113+
import com.fingerprint.model.Response;
114114
import com.fingerprint.sdk.ApiClient;
115115
import com.fingerprint.sdk.ApiException;
116116
import com.fingerprint.sdk.Configuration;

template/README.mustache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ Please follow the [installation](#installation) instruction and execute the foll
136136
package main;
137137

138138
import com.fingerprint.api.FingerprintApi;
139-
import com.fingerprint.models.EventResponse;
140-
import com.fingerprint.models.Response;
139+
import com.fingerprint.model.EventResponse;
140+
import com.fingerprint.model.Response;
141141
import com.fingerprint.sdk.ApiClient;
142142
import com.fingerprint.sdk.ApiException;
143143
import com.fingerprint.sdk.Configuration;

0 commit comments

Comments
 (0)