We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31a0caf commit cbf3b71Copy full SHA for cbf3b71
.github/workflows/ci.yml
@@ -2,9 +2,9 @@ name: Python application
2
3
on:
4
push:
5
- branches: ["asdf"]
+ branches: ["main"]
6
pull_request:
7
8
9
permissions:
10
contents: read
README.md
@@ -5,7 +5,7 @@ Python: ```pip install demoparser2```
NodeJS: ```npm i @laihoe/demoparser2```
-### Gettings started
+### Getting started
#### Python
```python
11
from demoparser2 import DemoParser
0 commit comments