diff --git a/src/Find.jl b/src/Find.jl index 1b275e5..516052c 100644 --- a/src/Find.jl +++ b/src/Find.jl @@ -6,7 +6,7 @@ Find entries in a specific database from the KEGG API. # Examples ```julia-repl -julia> KEGGAPI.find("compound","glucose") +KEGGAPI.find("compound","glucose") ``` """ function find(database::String, query::String) diff --git a/src/List.jl b/src/List.jl index 198ef58..c1f0bd9 100644 --- a/src/List.jl +++ b/src/List.jl @@ -6,7 +6,7 @@ Get a list of entries from a specific database from the KEGG API. # Examples ```julia-repl -julia> KEGGAPI.list("pathway") +KEGGAPI.list("pathway") ``` """ function list(list::String)