Skip to content

Commit

Permalink
chore: fix image in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxiao committed Feb 6, 2021
1 parent 3ae7639 commit 4ae17dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -212,12 +212,12 @@ d0.chunks.append(d1)
d1.chunks[0].chunks.append(d2)
d0.matches.append(d3)

d0.plot() # simply `d0` on Jupyter
d0.plot() # simply `d0` on JupyterLab
```

</td>
<td>
<img src="https://github.com/jina-ai/jina/blob/master/.github/.images/four-symbol-docs.svg?raw=true"/>
<img src="https://github.com/jina-ai/jina/blob/master/.github/images/four-symbol-docs.svg?raw=true"/>
</td>
</tr>
</table>
Expand Down

0 comments on commit 4ae17dd

Please sign in to comment.