Skip to content

Commit c07ef6e

Browse files
committed
update web example title
1 parent 9127fda commit c07ef6e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,5 @@ showDialog(
7070
![SlidePicker](https://user-images.githubusercontent.com/7392658/74600957-5efa3980-50d3-11ea-9458-55842927e565.png)
7171

7272
<!-- markdownlint-disable MD033 -->
73-
<img src="https://user-images.githubusercontent.com/7392658/141605429-1fdb7cc3-411b-4f02-8787-a7072bf134c0.png">
73+
<img src="https://user-images.githubusercontent.com/7392658/141606774-8193f4ee-e40d-49fc-b081-261c72325bf8.png">
7474
Details in [example/](https://github.com/mchome/flutter_colorpicker/tree/master/example) folder.

example/web/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<meta charset="UTF-8">
2020
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
21-
<meta name="description" content="A new Flutter project.">
21+
<meta name="description" content="Flutter Color Picker Example">
2222

2323
<!-- iOS meta tags & icons -->
2424
<meta name="apple-mobile-web-app-capable" content="yes">
@@ -29,7 +29,7 @@
2929
<!-- Favicon -->
3030
<link rel="icon" type="image/png" href="favicon.png"/>
3131

32-
<title>example</title>
32+
<title>Flutter Color Picker Example</title>
3333
<link rel="manifest" href="manifest.json">
3434
</head>
3535
<body>

0 commit comments

Comments
 (0)