mirror of
https://github.com/FlipsideCrypto/og-image.git
synced 2026-02-06 10:46:43 +00:00
Update readme
This commit is contained in:
parent
79d561d167
commit
4d08c74ca1
10
README.md
10
README.md
@ -21,8 +21,8 @@ It looks like the following:
|
||||
|
||||
```html
|
||||
<head>
|
||||
<title>Hello</title>
|
||||
<meta property="og:image" content="http://example.com/hello.jpg" />
|
||||
<title>Title</title>
|
||||
<meta property="og:image" content="http://example.com/logo.jpg" />
|
||||
</head>
|
||||
```
|
||||
|
||||
@ -38,12 +38,12 @@ It looks like the following:
|
||||
|
||||
```html
|
||||
<head>
|
||||
<title>Hello</title>
|
||||
<meta property="og:image" content="https://og-image.now.sh/Hello.png" />
|
||||
<title>Hello World</title>
|
||||
<meta property="og:image" content="https://og-image.now.sh/Hello%20World.png" />
|
||||
</head>
|
||||
```
|
||||
|
||||
Now try changing the text `Hello` to the title of your choosing and watch the magic happen ✨
|
||||
Now try changing the text `Hello%20World` to the title of your choosing and watch the magic happen ✨
|
||||
|
||||
## Deploy your own
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user