Skip to content

Commit b7a021f

Browse files
authored
Merge pull request #37 from lum-ai/master
Fixes #36
2 parents 91052c0 + 278a5d5 commit b7a021f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const TAG = require("text-annotation-graphs");
6767
import TAG from "text-annotation-graphs";
6868
```
6969

70-
Then initialise the visualisation on an element, optionally specifying the initial data set to load and any overrides to the default options. For more details, consult the full API documentation.
70+
Then initialise the visualisation on an element, optionally specifying the initial data set to load and any overrides to the default options. For more details, consult the [full API documentation](docs/index.html).
7171

7272
```
7373
const graph = TAG.tag({
@@ -84,6 +84,8 @@ Tasks are managed via [`npm` scripts](https://docs.npmjs.com/misc/scripts) and t
8484

8585
### Demo
8686

87+
See the live demo [here](demo/index.html).
88+
8789
After cloning the repository and installing the project dependencies via `npm install`, you can run the interactive demo using `npm run demo` and directing your browser to `localhost:8080`.
8890

8991
To run the demo on a different port, set the `PORT` environmental variable. For example, running `PORT=9000 npm run demo` will start the demo server on `localhost:9000` instead.
@@ -121,4 +123,4 @@ To regenerate the documentation, use the following `npm` task:
121123

122124
```
123125
npm run generate-docs
124-
```
126+
```

0 commit comments

Comments
 (0)