Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
guo-yong-zhi committed Oct 29, 2024
1 parent f26e6c5 commit cdead09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ wc = wordcloud(words, weights)
generate!(wc)
paint(wc, "random.svg")
```
Different inputs are supported:
Other input types are also supported:
```julia
wc = wordcloud("It's easy to generate word clouds") |> generate! # from a string
```
Expand Down

0 comments on commit cdead09

Please sign in to comment.