Skip to content

Commit 988b64b

Browse files
authored
Cleanup Readme; workflow names (#4)
1 parent bfc8370 commit 988b64b

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/black.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Format and lint
1+
name: Lint
22
on:
33
push:
44
branches:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish to PyPi
1+
name: Publish
22
on:
33
release:
44
types: [created]

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Run tests
1+
name: Test
22
on:
33
push:
44
branches:

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Patch Python SDK
22
![Test](https://github.com/patch-technology/patch-python/workflows/Test/badge.svg)
3-
[![Library Version](https://badge.fury.io/rb/patch_ruby.svg)](https://badge.fury.io/rb/patch_ruby)
3+
[![PyPI version](https://badge.fury.io/py/patch-api.svg)](https://badge.fury.io/py/patch-api)
44
[![Discord](https://img.shields.io/discord/733029448558837792)](https://discord.gg/AU8543D)
55

66
The official Python library for the [Patch API](https://www.usepatch.com).
@@ -12,17 +12,17 @@ For a complete API reference, check out [Patch's API Reference.](https://docs.us
1212

1313
Add the library to your `requirements.txt` file:
1414
```txt
15-
patch >= 1.0.0
15+
patch_api >= 1.0.0
1616
```
1717

1818
Then run:
1919
```shell
20-
pip install
20+
pip install -r requirements.txt
2121
```
2222

2323
Or install it directly with
2424
```shell
25-
pip install patch_api
25+
pip install patch-api
2626
```
2727

2828
### Requirements

0 commit comments

Comments
 (0)