From db6a52b143be8a6dd1c8da08d3c75f0aa6f23d8a Mon Sep 17 00:00:00 2001 From: alexwky <46114021+alexwky@users.noreply.github.com> Date: Wed, 2 Jan 2019 17:18:20 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 96fb9e9..384dcbd 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ install.packages("devtools") library(devtools) install_github("alexwky/IBoost") ``` -\code{IBoost()} is the main function that implements the I-Boost procedure. Details about the function can be found in the user manual: +**IBoost()** is the main function that implements the I-Boost procedure. Details about the function can be found in the user manual: ``` ?IBoost -``` \ No newline at end of file +```