Skip to content

Commit

Permalink
Fix variation name in usage docs
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Nov 21, 2014
1 parent 54b07f7 commit 85b3ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/doc/USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ The following config:
Will result in following meta tag:

```html
<meta property="og:image" content="http://mysite.com/var/ezdemo_site/storage/images/portfolio/design-and-architecture/503-44-eng-EU/Design-and-Architecture_opengraph.png" />
<meta property="og:image" content="http://mysite.com/var/ezdemo_site/storage/images/portfolio/design-and-architecture/503-44-eng-EU/Design-and-Architecture_my_variation.png" />
```

In cases where `image` field is empty, meta tag will look like this:
Expand Down

0 comments on commit 85b3ffb

Please sign in to comment.