Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Jul 28, 2024
1 parent edbf6a4 commit 08a96c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

### KiteViewers v0.4.15 - 2024-07-28
#### Changed
- add optional, boolean parameter `stop` to the function clear_viewer()
- update KiteUtils to 0.7
- add example show_messages.jl that receives html messages
- fix the older examples
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ viewer=Viewer3D(show_kite)

## Exported functions
```julia
clear_viewer(kv::AKV)
clear_viewer(kv::AKV; stop=true)
update_system(kv::AKV, state::SysState; scale=1.0, kite_scale=3.5)
save_png(kv::AKV; filename="video", index = 1)
stop(kv::AKV)
Expand Down

0 comments on commit 08a96c2

Please sign in to comment.