Skip to content

Commit 7cb28cb

Browse files
committed
fix: forgot to add images
1 parent 2e23f8d commit 7cb28cb

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ There are two **output modes**. By default `Timber` will render the passed `prop
2626
import Timber from 'react-timber'
2727
const ExampleApp = () => <Timber foo="bar" consoleLog />
2828
```
29-
![Example](example1.png?raw=true "Outputs to the Console")
29+
![Example1](example1.png?raw=true "Outputs to the Console")
3030

3131
**Options:**
3232

@@ -71,6 +71,6 @@ class SomeComponent extends Component {
7171
}
7272
}
7373
```
74-
![Example 2](example2.png?raw=true "Outputs to pre tag")
74+
![Example2](example2.png?raw=true "Outputs to pre tag")
7575

7676
## License MIT

example1.png

16.3 KB
Loading

example2.png

25.8 KB
Loading

0 commit comments

Comments
 (0)