Skip to content

Commit 11f4eaf

Browse files
committed
doc: update README
1 parent 67d4d4c commit 11f4eaf

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,19 @@
55

66
# Deplot
77

8-
Simple and complete Plot gui module for [Deno](https://deno.land) local scripts to provide a
9-
helper for science computing.
8+
Simple and complete Plot gui module for [Deno](https://deno.land) local scripts
9+
to provide a helper for science computing.
1010

1111
[![Tags](https://img.shields.io/github/v/release/JOTSR/Deplot)](https://github.com/JOTSR/Deplot/releases)
1212
[![vr scripts](https://badges.velociraptor.run/flat.svg)](https://velociraptor.run)
1313
[![deno doc](https://doc.deno.land/badge.svg)](https://doc.deno.land/https/deno.land/x/deplot/mod.ts)
14+
1415
<!-- [![CI Status](https://img.shields.io/github/workflow/status/JOTSR/Deplot/check)](https://github.com/JOTSR/Deplot/actions) -->
1516

1617
## Dependencies
1718

18-
Use [Webview](https://deno.land/x/webview@0.7.0-pre.1) for window managing and plots
19-
libraries for tracing.
19+
Use [Webview](https://deno.land/x/webview@0.7.0-pre.1) for window managing and
20+
plots libraries for tracing.
2021

2122
## Usage
2223

@@ -38,7 +39,8 @@ deno run --allow-read --allow-write="." --allow-net="0.0.0.0,127.0.0.1,localhost
3839
```
3940
deno run --allow-read --allow-write="." --allow-net="0.0.0.0,127.0.0.1,localhost" --allow-run --allow-env --allow-ffi --unstable ./examples/chartjs.ts
4041
```
41-
<!--
42+
43+
<!--
4244
[Google Charts](https://developers.google.com/chart/interactive/docs)
4345
4446
```

0 commit comments

Comments
 (0)