Skip to content

Commit 6e766d5

Browse files
authored
Merge pull request #17 from poeti8/patch-1
Update image dimension (final)
2 parents f981c05 + 4073580 commit 6e766d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div align="center">
2-
<a href="https://metacall.io" target="_blank"><img src="https://raw.githubusercontent.com/metacall/core/master/deploy/images/logo.png" alt="M E T A C A L L" style="max-width:100%;" width="64" height="64">
2+
<a href="https://metacall.io" target="_blank"><img src="https://raw.githubusercontent.com/metacall/core/master/deploy/images/logo.png" alt="M E T A C A L L" style="max-width:100%; margin: 0 auto;" width="80" height="80">
33
<p><b>M E T A C A L L</b></p></a>
44
<p>A library for providing inter-language foreign function interface calls</p>
55
</div>
@@ -22,7 +22,7 @@ metacall('sum', 3, 4); // 7
2222
```
2323

2424
<div align="center">
25-
<a href="https://medium.com/@metacall/call-functions-methods-or-procedures-between-programming-languages-with-metacall-58cfece35d7" target="_blank"><img src="https://raw.githubusercontent.com/metacall/core/master/deploy/images/overview.png" alt="M E T A C A L L" style="max-width:100%;" width="300" height="213">
25+
<a href="https://medium.com/@metacall/call-functions-methods-or-procedures-between-programming-languages-with-metacall-58cfece35d7" target="_blank"><img src="https://raw.githubusercontent.com/metacall/core/master/deploy/images/overview.png" alt="M E T A C A L L" style="max-width:100%; margin: 0 auto;" width="300" height="auto">
2626
</div>
2727

2828
# Table Of Contents

0 commit comments

Comments
 (0)