Skip to content

Commit ae732a9

Browse files
authored
Update README.md
1 parent e8451cf commit ae732a9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
![Logo](https://github.com/mkrd/DictDataBase/blob/master/assets/logo.png?raw=true)
1+
![Logo](https://github.com/mkrd/DictDataBase/blob/main/assets/logo.png?raw=true)
22

33
[![Downloads](https://pepy.tech/badge/dictdatabase)](https://pepy.tech/project/dictdatabase)
44
[![Downloads](https://pepy.tech/badge/dictdatabase/month)](https://pepy.tech/project/dictdatabase)
55
[![Downloads](https://pepy.tech/badge/dictdatabase/week)](https://pepy.tech/project/dictdatabase)
66
![Tests](https://github.com/mkrd/DictDataBase/actions/workflows/test.yml/badge.svg)
7-
![Coverage](https://github.com/mkrd/DictDataBase/blob/master/assets/coverage.svg?raw=1)
7+
![Coverage](https://github.com/mkrd/DictDataBase/blob/main/assets/coverage.svg?raw=1)
88

99
DictDataBase is a simple and fast database for handling json or compressed json as the underlying storage mechanism. Features:
1010
- **Multi threading and multi processing safe**. Multiple processes on the same machine can simultaneously read and write to dicts without losing data.

0 commit comments

Comments
 (0)