Skip to content

Commit bcc5d4b

Browse files
authored
Fixed some markdown typos.
1 parent d3ddeb3 commit bcc5d4b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# react-sequence-viewer
22

3-
[![Travis][build-badge]][build]
4-
[![npm package][npm-badge]][npm]
5-
[![Coveralls][coveralls-badge]][coveralls]
6-
7-
##Description
3+
## Description
84

95
A [React](https://facebook.github.io/react/) wrapper around the [BioJS](https://biojs.net/) [sequence-viewer](https://github.com/calipho-sib/sequence-viewer)
106
component.
@@ -26,7 +22,7 @@ by this React component.
2622
You can either include these into your HTML page or add them to your
2723
own application build (see usage below).
2824

29-
````html
25+
```html
3026
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
3127
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"></link>
3228
```

0 commit comments

Comments
 (0)