From 5373653dc576b8684ac417ff638c612cc833a676 Mon Sep 17 00:00:00 2001 From: santiagosayshey Date: Mon, 24 Jun 2024 08:10:55 +0930 Subject: [PATCH] add: regex101 example --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e22792e..756cb55 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Dictionarry aims to simplify media automation via tailored custom formats and pr ## Contributing -- Follow this guide on best git practices: [Link](https://github.com/Dictionarry-Hub/docs/blob/main/Contributing/git.md) +- Follow this [guide]((https://github.com/Dictionarry-Hub/docs/blob/main/Contributing/git.md)) on best git practices: ## Custom Formats 1. In a new [regex101](https://regex101.com/) link, add your regex pattern and unit tests. @@ -21,7 +21,7 @@ Dictionarry aims to simplify media automation via tailored custom formats and pr - If there are any particular cases that should be looked at, include a description describing any nessecary details. - Your page should look something like this: - ![Regex101 Example](Regex101%20Example.png) + ![Regex101 Example](https://github.com/Dictionarry-Hub/docs/blob/main/Contributing/Regex101%20Example.png) - Take note of the ID of the regex101 link: `https://regex101.com/r//`. For example: ```