From 99fdf9ab36137507496d16523c2a8a63a545db9c Mon Sep 17 00:00:00 2001
From: hsiao yi <yihsiao@umich.edu>
Date: Wed, 6 Mar 2024 02:30:02 -0500
Subject: [PATCH] Fix typo in README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 5e570e3..f34ffc5 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ R package for FragPipe downstream analysis
 
 ## Installation
 
-We recommend to use [rev](https://rstudio.github.io/renv/index.html) for managing your R enrironment dependencies
+We recommend to use [renv](https://rstudio.github.io/renv/index.html) for managing your R enrironment dependencies
 
 ``` r
 renv::install("bioc::ComplexHeatmap")