Skip to content

Commit 8766c72

Browse files
committed
Replace tabs with spaces
1 parent aed0c21 commit 8766c72

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

readme.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ npm i cmd-dialog
2929
<!DOCTYPE html>
3030
<html lang="en">
3131
<head>
32-
<meta charset="UTF-8">
33-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
34-
<title>Cmd Dialog Example</title>
32+
<meta charset="UTF-8">
33+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
34+
<title>Cmd Dialog Example</title>
3535
</head>
3636
<body>
3737
<cmd-dialog/>
@@ -44,14 +44,14 @@ import { CmdDialog } from "cmd-dialog";
4444

4545
const dialog = document.querySelector('cmd-dialog');
4646
dialog.actions = [
47-
{
48-
"title": "Author's website",
49-
"description": "Roman's personal website",
50-
"url": "https://ozana.cz",
51-
"target": "_blank",
52-
"tags": ["homepage", "contact", "email"]
53-
},
54-
// ...
47+
{
48+
"title": "Author's website",
49+
"description": "Roman's personal website",
50+
"url": "https://ozana.cz",
51+
"target": "_blank",
52+
"tags": ["homepage", "contact", "email"]
53+
},
54+
// ...
5555
];
5656
```
5757

0 commit comments

Comments
 (0)