Skip to content

Commit 34eb921

Browse files
Esemesekthymikee
authored andcommitted
Fix small logo in README.md (#153)
Fix small logo.
1 parent b94fe03 commit 34eb921

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<div align='center'>
2-
<span style='font-size: 100px'>🦉</span>
2+
<img
3+
height="80"
4+
width="80"
5+
alt="owl"
6+
src="https://raw.githubusercontent.com/callstack/react-native-testing-library/master/website/static/img/owl.png"
7+
/>
38
<h1>React Native Testing Library</h1>
49

510
<p>Lightweight React Native testing utilities helping you write better tests with less effort.</P>
@@ -49,7 +54,7 @@ test('should verify two questions', () => {
4954

5055
expect(props.verifyQuestions).toBeCalledWith({
5156
'1': { q: 'q1', a: 'a1' },
52-
'2': { q: 'q2', a: 'a2' }
57+
'2': { q: 'q2', a: 'a2' },
5358
});
5459
});
5560
```

0 commit comments

Comments
 (0)