From 11ac8662662305ca8b452d3fa6c53153e490334c Mon Sep 17 00:00:00 2001 From: Albin Hedman Date: Sun, 10 Aug 2025 22:57:14 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6af1d79..02d0188 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # probe-plotter -A set of tools to plot values from the target to graph in rerun with minimal performance impact. This project is based on code from `defmt` and `cortex_m`'s `singleton` macro. It also uses rerun for visualization. +A set of tools to plot values from the target to graph in rerun with minimal performance impact. This project is based on code from `probe-rs`, `defmt` and `cortex_m`'s `singleton` macro. It also uses rerun for visualization. * probe-plotter - The target side library * probe-plotter-tools - The host side application