Skip to content

Commit

Permalink
docs: emove strange characters
Browse files Browse the repository at this point in the history
  • Loading branch information
entusiaz committed Jul 17, 2023
1 parent 6ed6bea commit 5925717
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 @@ -21,7 +21,7 @@ To install this package
```shell
# Via pip
pip install novu
ßß

# Via poetry
poetry add novu
```
Expand Down Expand Up @@ -208,7 +208,7 @@ api_key = "<NOVU_API_KEY>"

# Create an Environment
novu = EnvironmentApi(url, api_key).create(
name="<INSERT_NAME>",
name="<INSERT_NAME>",
parent_id="<INSERT_PARENT_ID>" # Optional. Defaults to None
)

Expand Down

0 comments on commit 5925717

Please sign in to comment.