Skip to content

Commit 75f5bcf

Browse files
authored
Update README.md
1 parent 805a533 commit 75f5bcf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -376,14 +376,16 @@ export default MovieInfo;
376376

377377
```js
378378
import React, { Component } from 'react'
379-
import MovieInfo from './MovieInfo'. <------
379+
// Here V
380+
import MovieInfo from './MovieInfo'.
380381

381382

382383
class App extends Component {
383384
render(){
384385
return(
385386
<div>
386-
<MovieInfo /> <------
387+
// And Here V
388+
<MovieInfo />
387389
</div>
388390

389391
)

0 commit comments

Comments
 (0)