Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tractatus committed Apr 11, 2024
1 parent 78c69a0 commit c3b3e3d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`).
Expand All @@ -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
Expand Down

0 comments on commit c3b3e3d

Please sign in to comment.