From ea0a6a7b0751ec507db340448defb1269ddf1ec7 Mon Sep 17 00:00:00 2001
From: Dmitriy Pleshevskiy <dmitriy@ideascup.me>
Date: Wed, 30 Nov 2022 16:26:54 +0300
Subject: [PATCH] doc: fix turnstile image url

---
 examples/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/README.md b/examples/README.md
index 6533bfc..deb4263 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -10,7 +10,7 @@ from passing through. Depositing a coin or token in a slot on the turnstile
 unlocks the arms, allowing a single customer to push through. After the customer
 passes through, the arms are locked again until another coin is inserted.
 
-![Turnstile diagram](https://git.pleshevski.ru/pleshevskiy/it-fsm/src/branch/main/assets/turnstile.svg)
+![Turnstile diagram](https://git.pleshevski.ru/pleshevskiy/it-fsm/raw/branch/main/assets/turnstile.svg)
 
 ```sh
 deno run ./examples/turnstile.ts