From 14d66903186f732e9a116fb6a08efba78ff1e03a Mon Sep 17 00:00:00 2001 From: Vince Buffalo Date: Tue, 23 Jan 2024 18:26:32 -0800 Subject: [PATCH] updated readme to solve broken images --- Cargo.toml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9f35f17..83f1085 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "scidataflow" -version = "0.8.6" +version = "0.8.7" edition = "2021" exclude = ["logo.png", "tests/test_data/**"] license = "MIT" diff --git a/README.md b/README.md index f0ee772..273f0df 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ ![Crates.io](https://img.shields.io/crates/v/scidataflow) ![Crates.io](https://img.shields.io/crates/d/scidataflow) ![CI tests](https://github.com/vsbuffalo/sciflow/workflows/CI/badge.svg) -![SciDataFlow logo](https://github.com/vsbuffalo/sciflow/blob/a477fc3a7e612ff4c5d89f3b43e2826b8c90f3b8/logo.png) +![SciDataFlow logo](https://raw.githubusercontent.com/vsbuffalo/scidataflow/main/logo.png) # SciDataFlow — Facilitating the Flow of Data in Science -![SciDataFlow demo screencast](https://github.com/vsbuffalo/scidataflow/blob/6c7294f33498b9d77e4e0b830502b9c0719ed6db/screencast.gif) +![SciDataFlow demo screencast](https://raw.githubusercontent.com/vsbuffalo/scidataflow/main/screencast.gif) **Problem 1**: Have you ever wanted to reuse and build upon a research project's output or supplementary data, but can't find it?