Skip to content

Commit

Permalink
Fix typos on README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
leite08 committed Oct 13, 2023
1 parent b7e8bc2 commit b27ef5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ a subclass of [ApiError](src/main/java/com/metriport/api/core/ApiError.java)
will be thrown:
```ts
import com.assemblyai.api.core.ApiError;
import com.metriport.api.core.ApiError;

try {
aai.medical().organization.create(...);
api.medical().organization.create(...);
} catch (ApiError error) {
System.out.println(error.getBody());
System.out.println(error.getStatusCode());
Expand Down

0 comments on commit b27ef5e

Please sign in to comment.