Skip to content

Commit 6bc44b5

Browse files
authored
Update README.md
1 parent cf87e06 commit 6bc44b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ app$callback(output = list(id = "giraffe", property = "figure"),
121121
}
122122
)
123123

124-
app$callback(output = list("outputID", "children"),
124+
app$callback(output = list(id = "outputID", property = "children"),
125125
params = list(input("graphTitle", "value"),
126126
state("graphTitle", "type")),
127127
function(x, y) {

0 commit comments

Comments
 (0)