Browse code

Update README.md

Zhe Wang authored on 11/04/2019 16:35:50 • GitHub committed on 11/04/2019 16:35:50
Showing 1 changed files

... ...
@@ -19,7 +19,7 @@ library(devtools)
19 19
 install_github("campbio/celda")
20 20
 ```
21 21
 
22
-**NOTE** On OSX, devtools::install_github() requires installation of **libgit2.** This can be installed via homebrew:
22
+**NOTE** On OSX, `devtools::install_github()` requires installation of **libgit2.** This can be installed via homebrew:
23 23
 ```
24 24
 brew install libgit2
25 25
 ```