Skip to content

Commit

Permalink
Fixing typos 🤦
Browse files Browse the repository at this point in the history
  • Loading branch information
wjohnson committed Jan 22, 2021
1 parent bc39ecc commit 94d9d9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ auth = ServicePrincipalAuthentication(
# Create a client to connect to your service.
client = PurviewClient(
account_name = "Your-Purivew-Account-Name",
account_name = "Your-Purview-Account-Name",
authentication = auth
)
```

For users wanting to use the `AtlasClient` and Purview, the Atlas Endpoint for
Purview is `https://{your_purivew_name}.catalog.purview.azure.com/api/atlas/v2`.
Purview is `https://{your_purview_name}.catalog.purview.azure.com/api/atlas/v2`.
The PurviewClient abstracts away having to know the endpoint url and is
the better way to use this package with Purview.

Expand All @@ -69,7 +69,7 @@ the better way to use this package with Purview.
You can also create your own entities by hand with the helper `AtlasEntity` class. Convert it with `to_json` to prepare it for upload.

```
from pyapacheatalas.core import AtlasEntity
from pyapacheatlas.core import AtlasEntity
# Get All Type Defs
all_type_defs = client.get_all_typedefs()
Expand Down

0 comments on commit 94d9d9b

Please sign in to comment.