Skip to content

Commit 78ff411

Browse files
committed
Fix readme
1 parent 2510b93 commit 78ff411

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ See below for a more complete example of what properties are available.
3838
<details>
3939
<summary>MiroShape Example</summary>
4040

41-
</details>
42-
4341
```php
4442
MiroWidget::make()
4543
->shape(ShapeType::Star)
@@ -69,6 +67,8 @@ MiroWidget::make()
6967
);
7068
```
7169

70+
</details>
71+
7272
<details>
7373
<summary>MiroLine Example</summary>
7474

@@ -118,7 +118,7 @@ want to do something similar to load the data directly.
118118
Existing clipboard data can also be parsed into objects. This is done using the `MiroParser` class.
119119

120120
```php
121-
$objects = MiroParser::parse('<your clipboard string');
121+
$objects = MiroParser::parse('<your clipboard string>');
122122
```
123123

124124
This results in a list of MiroObject classes.

0 commit comments

Comments
 (0)