Skip to content

Commit c7849a4

Browse files
committed
update readme & remove extra semicolon
1 parent e931e73 commit c7849a4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ shiny::runGitHub(repo = "dreamRs/shinyapps", subdir = "ratp_traffic")
7070

7171
Quick dashboard of a GitHub user/organization.
7272

73+
:warning: It is recommended to have a registered GitHub token / PAT (see `?gh::gh_whoami`)
74+
7375
**Packages** : The application use the following packages :
7476
[`shiny`](https://shiny.rstudio.com/), [`shinyWidgets`](https://github.com/dreamRs/shinyWidgets), [`ggplot2`](https://github.com/tidyverse/ggplot2),
7577
[`gh`](https://github.com/r-lib/gh).

gh-dashboard/ui.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ fluidPage(
6565
render = I("{
6666
option: function(item, escape) {
6767
return '<div>' +
68-
'<strong><img src=\"' + item.avatar_url + '\" width=50 />&nbsp;' + escape(item.login) + '</strong>:' +
68+
'<strong><img src=\"' + item.avatar_url + '\" width=50 />&nbsp;' + escape(item.login) + '</strong>' +
6969
'</div>';
7070
}
7171
}"),

0 commit comments

Comments
 (0)