From c0392f9158a9ab9476529ad15f1a8e9c07cf4800 Mon Sep 17 00:00:00 2001 From: Quentin Marcou <18257721+qmarcou@users.noreply.github.com> Date: Sun, 2 Jun 2024 16:01:11 +0200 Subject: [PATCH] remove typo from README --- README.Rmd | 1 - README.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.Rmd b/README.Rmd index d56810a..053e909 100644 --- a/README.Rmd +++ b/README.Rmd @@ -124,5 +124,4 @@ We obtain a `TPreg` object with a dedicated plotting method using ggplot: plot(net_estimate) + ggplot2::ylim(-5, 5) ``` -Let's make sure we a More examples to come! \ No newline at end of file diff --git a/README.md b/README.md index 67a2aea..94e346e 100644 --- a/README.md +++ b/README.md @@ -134,4 +134,4 @@ plot(net_estimate) + ggplot2::ylim(-5, 5) -Let’s make sure we a More examples to come\! +More examples to come\!