From c3b3e3d4319d7a0c1f87589e3f3f0f39a2ccdc29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20F=C3=BCrth?= Date: Thu, 11 Apr 2024 21:06:49 +0200 Subject: [PATCH] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 70ba038..bb1bce0 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,12 @@ If you're using version control, you will want to check in this directory. ## Using -- First argument is path to file. +The shortcode has the formula: +``` +{{< micrograph >}} +``` + +- First argument is path to file (e.g. `./img/GFP.jpg`). - Second argument is name of the blue channel (default `DAPI`). - Third argument is name of the green channel (default `Phalloidin`). - Fourth argument is name of the red channel (default `anti-FLAG`). @@ -32,7 +37,7 @@ If you're using version control, you will want to check in this directory. {{< micrograph ./img/GFP.jpg DAPI Phalloidin GFP width="255" >}} ``` -![](https://github.com/furthlab/micrograph/blob/master/example.gif) +![](example.gif) ## Example