We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2510b93 commit 78ff411Copy full SHA for 78ff411
README.md
@@ -38,8 +38,6 @@ See below for a more complete example of what properties are available.
38
<details>
39
<summary>MiroShape Example</summary>
40
41
-</details>
42
-
43
```php
44
MiroWidget::make()
45
->shape(ShapeType::Star)
@@ -69,6 +67,8 @@ MiroWidget::make()
69
67
);
70
68
```
71
+</details>
+
72
73
<summary>MiroLine Example</summary>
74
@@ -118,7 +118,7 @@ want to do something similar to load the data directly.
118
Existing clipboard data can also be parsed into objects. This is done using the `MiroParser` class.
119
120
121
-$objects = MiroParser::parse('<your clipboard string');
+$objects = MiroParser::parse('<your clipboard string>');
122
123
124
This results in a list of MiroObject classes.
0 commit comments