From d086aba2fcea5f35ff1a6a33ca89eed9476e92f4 Mon Sep 17 00:00:00 2001 From: Javier Parada Date: Wed, 11 May 2022 17:03:55 +0200 Subject: [PATCH] update references --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index efcdcb4..5710811 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # Deepfinder ![](https://img.shields.io/badge/PRs-welcome-green.svg) -[![GitHub](https://img.shields.io/github/license/parada3desu/deepfinder.py)](https://github.com/parada3desu/deepfinder.py/blob/main/LICENSE) +[![GitHub](https://img.shields.io/github/license/thekichune/deepfinder.py)](https://github.com/thekichune/deepfinder.py/blob/main/LICENSE) [![Pypi](https://img.shields.io/pypi/v/deepfinder)](https://pypi.org/project/deepfinder/) [![Downloads](https://pepy.tech/badge/deepfinder)](https://pepy.tech/project/deepfinder) -[![GA](https://github.com/parada3desu/deepfinder.py/workflows/Tests/badge.svg)](https://github.com/parada3desu/deepfinder.py/actions/workflows/test.yml) +[![GA](https://github.com/thekichune/deepfinder.py/workflows/Tests/badge.svg)](https://github.com/thekichune/deepfinder.py/actions/workflows/test.yml) Search attributes easily using dot paths. Within structures of type dictionary, list and embedded substructures with simple format 'dict.users.0.name'.