Skip to content

Commit 958d7e2

Browse files
committed
update README
1 parent e5797c3 commit 958d7e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# QueryBuilder python module
22

3-
![PyPI](https://img.shields.io/pypi/v/simple_query_builder?color=yellow&style=flat-square)
3+
![PyPI](https://img.shields.io/pypi/v/simple-query-builder?color=yellow&style=flat-square)
44
[![Latest Version](https://img.shields.io/github/release/co0lc0der/simple-query-builder-python?color=orange&style=flat-square)](https://github.com/co0lc0der/simple-query-builder-python/release)
55
![GitHub repo size](https://img.shields.io/github/repo-size/co0lc0der/simple-query-builder-python?label=size&style=flat-square)
6-
![Python 3.7, 3.8, 3.9, 3.10](https://img.shields.io/pypi/pyversions/simple_query_builder?color=blueviolet&style=flat-square)
6+
![Python 3.7, 3.8, 3.9, 3.10](https://img.shields.io/pypi/pyversions/simple-query-builder?color=blueviolet&style=flat-square)
77
[![GitHub license](https://img.shields.io/github/license/co0lc0der/simple-query-builder-python?style=flat-square)](https://github.com/co0lc0der/simple-query-builder-python/blob/main/LICENSE.md)
88

99
This is a small easy-to-use component for working with a database. It provides some public methods to compose SQL queries and manipulate data. Each SQL query is prepared and safe. QueryBuilder fetches data to _list_ by default. At present time the component supports SQLite (file or memory).
@@ -21,7 +21,7 @@ The module is available as open source under the terms of the [MIT license](http
2121
Install the current version with [PyPI](https://pypi.org/project/simple-query-builder):
2222

2323
```bash
24-
pip install simple_query_builder
24+
pip install simple-query-builder
2525
```
2626

2727
Or from Github:

0 commit comments

Comments
 (0)