Skip to content

Commit a9c6b5a

Browse files
committed
minore changes
1 parent 298afef commit a9c6b5a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ wishes@Your Name:~💚$
2121

2222
```
2323

24+
> Happy Friendship Day ASCII Text Greeting Art - Friendship Day Greeting Generator With Name.
25+
2426
## Features
2527

2628
- Friendship Day ASCII art and Text Greeting with name

wish.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ func wishHandler(w http.ResponseWriter, r *http.Request) {
102102
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
103103
<link rel="icon" type="image/png" sizes="196x196" href="/favicon-196.png" />
104104
<title>%s : Happy Friendship Wishes</title>
105-
<meta name="description" content="Happy Friendship Day ASCII Art Greeting - Friendship Day Greeting Generator."/>
105+
<meta name="description" content="Happy Friendship Day ASCII Text Greeting Art - Friendship Day Greeting Generator With Name."/>
106106
<link rel="canonical" href="%s">
107107
<link rel="preconnect" href="https://cdnjs.cloudflare.com">
108108
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.9.3/css/bulma.min.css" integrity="sha512-IgmDkwzs96t4SrChW29No3NXBIBv8baW490zk5aXvhCD8vuZM3yUSkbyTBcXohkySecyzIrUwiF/qV0cuPcL3Q==" crossorigin="anonymous" referrerpolicy="no-referrer" />
@@ -150,7 +150,7 @@ func wishHandler(w http.ResponseWriter, r *http.Request) {
150150
<br>
151151
</div></div>
152152
<br>
153-
<pre>$ curl -G --data-urlencode "name=%s" %s<br><br>$ http -b GET "%s" "name=%s"<br></pre>
153+
<pre>$ curl -G --data-urlencode "name=%s" %s<br><br>$ http -b GET "%s" "name==%s"<br></pre>
154154
<br>
155155
</div></section>
156156
</body>

0 commit comments

Comments
 (0)