Skip to content

Commit 572aee1

Browse files
committed
Some fixes
1 parent 790020c commit 572aee1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The `JsArrayMixed` data consists of a list of genes in JSON format. There are 2
2727
1. Simple gene models without any features (See [sample data][1]).
2828
2. Gene Models with features (see [sample data][2] and screenshot).
2929

30-
Example of data with features:
30+
**Example of data with features:**
3131

3232
```JSON
3333
[
@@ -42,7 +42,8 @@ Example of data with features:
4242
[10421840,10421930,1,"exon"],
4343
[10422596,10423820,1,"CDS"]
4444
]
45-
]
45+
],
46+
[....]
4647
]
4748
```
4849

0 commit comments

Comments
 (0)