Skip to content
This repository was archived by the owner on Jan 25, 2024. It is now read-only.

Commit 772c3df

Browse files
authoredNov 24, 2018
Update README.md
Fixes - nfl#359
1 parent 1803f67 commit 772c3df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ function HTML () {
215215
<link rel="apple-touch-icon" href="http://mysite.com/img/apple-touch-icon-57x57.png" />
216216
<link rel="apple-touch-icon" sizes-"72x72" href="http://mysite.com/img/apple-touch-icon-72x72.png" />
217217
{locales.map((locale) => {
218-
<link rel="alternate" href="http://example.com/{locale}" hrefLang={locale} />
218+
<link rel="alternate" href="http://example.com/{locale}" hrefLang={locale} key={locale}/>
219219
})}
220220

221221
{/* multiple script elements */}

0 commit comments

Comments
 (0)