From 8ccd62018a834e8137ef0a58792133489af13278 Mon Sep 17 00:00:00 2001 From: "Mathieu Boudreau, PhD" Date: Tue, 28 May 2024 13:30:56 -0300 Subject: [PATCH] Fix month in badges release version to 05 (#104) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2d85bc4..2269a64 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # rf-shimming-7t [![DOI Badge](https://img.shields.io/badge/DOI-10.18112%2Fopenneuro.ds004906-blue)](https://openneuro.org/datasets/ds004906) -[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/shimming-toolbox/rf-shimming-7t/blob/r20240428/content/index.ipynb) -[![launch binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/shimming-toolbox/rf-shimming-7t/r20240428?labpath=content%2Findex.ipynb) +[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/shimming-toolbox/rf-shimming-7t/blob/r20240528/content/index.ipynb) +[![launch binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/shimming-toolbox/rf-shimming-7t/r20240528?labpath=content%2Findex.ipynb) Reproducible Notebook for the paper "RF shimming in the cervical spinal cord at 7T" @@ -42,7 +42,7 @@ Install [Spinal Cord Toolbox](https://spinalcordtoolbox.com/user_section/install Clone this repository ~~~ git clone https://github.com/shimming-toolbox/rf-shimming-7t.git -git checkout r20240428 +git checkout r20240528 cd rf-shimming-7t ~~~