Skip to content

Commit 733efca

Browse files
committed
readme
1 parent ee6c716 commit 733efca

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222

2323
# 🚀 Quickstart
2424

25-
### Create
26-
2725
```julia
2826
using PlotlyLight
2927

@@ -47,7 +45,7 @@ p
4745

4846
#### Adding Traces
4947

50-
- You can add a trace by calling a `PlotlyLight.Plot` object as a function:
48+
- `PlotlyLight.Plot` objects are callable. Repeatedly make calls to add traces.
5149

5250
```julia
5351
Plot()(

0 commit comments

Comments
 (0)