Skip to content

Commit

Permalink
Fixed icons
Browse files Browse the repository at this point in the history
  • Loading branch information
0xCAB0 committed Nov 2, 2024
1 parent 688ce0f commit b89f103
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ vinted-rs = { version = "0.9.2",

### Advanced filters

> This feature requires [setting up a Postgres Database](#database-set-up) <code><img width="5%" src="https://raw.githubusercontent.com/yurijserrano/Github-Profile-Readme-Logos/refs/heads/master/databases/postgresql.svg"></code>
> This feature requires [setting up a Postgres Database](#database-set-up) <code><img width="3%" src="https://raw.githubusercontent.com/yurijserrano/Github-Profile-Readme-Logos/refs/heads/master/databases/postgresql.svg"></code>
Uses the data pulled by the [scrapping module](./scrapping/vinted-db-feeder/), which is stored in the diesel [migrations](./migrations/) folder.

Expand Down Expand Up @@ -112,9 +112,9 @@ cargo test

### Redis

This feature allows recovered results to be cached using a Redis instance.
This feature allows recovered results to be cached using a Redis instance. <code><img width="4%" src="https://raw.githubusercontent.com/yurijserrano/Github-Profile-Readme-Logos/refs/heads/master/databases/redis.svg"></code>


<p align=center><code><img width="10%" src="https://raw.githubusercontent.com/yurijserrano/Github-Profile-Readme-Logos/refs/heads/master/databases/redis.svg"></code>

A development instance can be created using:

Expand Down

0 comments on commit b89f103

Please sign in to comment.