Skip to content

Commit cbf3b71

Browse files
committed
0.4.0
1 parent 31a0caf commit cbf3b71

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Python application
22

33
on:
44
push:
5-
branches: ["asdf"]
5+
branches: ["main"]
66
pull_request:
7-
branches: ["asdf"]
7+
branches: ["main"]
88

99
permissions:
1010
contents: read

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Python: ```pip install demoparser2```
55

66
NodeJS: ```npm i @laihoe/demoparser2```
77

8-
### Gettings started
8+
### Getting started
99
#### Python
1010
```python
1111
from demoparser2 import DemoParser

0 commit comments

Comments
 (0)