Skip to content

Commit 2450fdf

Browse files
Update README.md
1 parent 57d59f5 commit 2450fdf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ Small python class for interfacing [Part-Db](https://github.com/Part-DB/Part-DB-
1616
Currently tested with Part-Db Version 1.11.3
1717

1818
## Requirements
19+
* Setup a user for API access in Part-Db.
1920
* Setup a file with name "settings.yaml" with your credentials like:
2021
```python
2122
{
2223
token : "tcp_yourBearerToken",
2324
host : "localhost"
2425
}
2526
```
26-
* Setup a user for API access in Part-Db.
2727
* Take a look at "partDbExample.py" for usage.
2828

2929
## Install
@@ -36,10 +36,8 @@ Settings parameter max-value and min-value seems to have a problem.
3636
## Maintainers
3737
[@electronics4fun](https://github.com/electronics4fun)
3838

39-
4039
## Contributing
4140
Feel free to dive in! [Open an issue](https://github.com/electronics4fun/smallPartDb/issues/new) or submit PRs.
4241

43-
4442
## License
4543
[MIT](LICENSE)

0 commit comments

Comments
 (0)