gensplore 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,14 +3,14 @@ A react component to embed Gensplore in your own website.
|
|
|
3
3
|
## Installation
|
|
4
4
|
|
|
5
5
|
```
|
|
6
|
-
npm install gensplore
|
|
6
|
+
npm install gensplore
|
|
7
7
|
```
|
|
8
8
|
|
|
9
9
|
## Usage
|
|
10
10
|
|
|
11
11
|
```jsx
|
|
12
12
|
import React from 'react';
|
|
13
|
-
import Gensplore from 'gensplore
|
|
13
|
+
import Gensplore from 'gensplore';
|
|
14
14
|
|
|
15
15
|
const genbankString = `LOCUS Sample100bp 100 bp DNA linear UNK 24-NOV-2023
|
|
16
16
|
DEFINITION Synthetic construct, 100 bp DNA fragment with 42 bp coding sequence.
|