Skip to content

Commit ed3d6fc

Browse files
authored
Merge pull request #10 from DACCS-Climate/readme-intall-typo-fix
Fix typo in package title
2 parents 477c03d + 95169d3 commit ed3d6fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A python library to access information about the Marble climate infomatics netwo
55

66
To install `marble_client` issue this command:
77
```shell
8-
pip install marble_client
8+
pip install marble-client
99
```
1010

1111
## Basic usage
@@ -150,4 +150,4 @@ access the resource if you have permission:
150150

151151
```python
152152
>>> session.get(f"{client.this_node.url}/some/protected/subpath")
153-
```
153+
```

0 commit comments

Comments
 (0)