Skip to content

Commit af57d76

Browse files
committed
fix: typos and links in readme
1 parent fcbb1fe commit af57d76

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<img src="Logo.png" align="right"
22
alt="QwikTape logo by Viral Ghelani" width="144" height="166">
3-
QwikTape,
4-
53
Do calculations, annotate it like you would on a paper "qwikly".
64

75
```js
@@ -12,13 +10,10 @@ Do calculations, annotate it like you would on a paper "qwikly".
1210
```
1311
Create unlimited documents called tapes and switch between created tapes easily using browser like tabs.
1412

15-
Start by clicking the `[+]` button to add a new tape.
16-
17-
1813
<img src="build/main-screen.png" width="750">
1914

2015
<br></br>
21-
Download QwikTape from releases.
16+
[Download QwikTape](https://github.com/4silvertooth/QwikTape/releases) from releases.
2217

2318
# Features
2419

@@ -46,14 +41,14 @@ Download QwikTape from releases.
4641
# What's in a name?
4742
QwikTape the name is inspired by [QuickJs](https://github.com/bellard/quickjs) used by [Sciter](https://gitlab.com/sciter-engine/sciter-js-sdk), the engine which powers this application, and [Tape](https://en.wikipedia.org/wiki/Punched_tape) which is what it used to be called for such documents.
4843

49-
The logo is inspired by the [Rail-Road](build/railroad-diagram.htm) diagram the QwikTape grammar produces and a calculator.
44+
The logo is inspired by the [Rail-Road](https://htmlpreview.github.io/?https://github.com/4silvertooth/QwikTape/blob/main/build/railroad-diagram.htm) diagram the QwikTape grammar produces and a calculator.
5045

5146
[Chevrotain](https://github.com/Chevrotain/chevrotain) toolkit to build the parser.
5247

5348
Also inspired by [CalcTape](https://calctape.app/), [Numi](https://numi.app/), [Soulver](https://soulver.app/), [Calca](http://calca.io/)
5449

5550
# Limitations
56-
* Right now QwikTape editor can only recognize number without separators and with `.` as the decimal point, so number like `1,234.00` or `1.234,00` or `1234,00` won't be recognized, some countries use `,` as the decimal seperator which is not supported as of yet.
51+
* Right now QwikTape editor can only recognize number without separators and with `.` as the decimal point, so number like `1,234.00` or `1.234,00` or `1234,00` won't be recognized, some countries use `,` as the decimal separator which is not supported as of yet.
5752
* Others which I haven't discovered.
5853

5954
# Coming up.

0 commit comments

Comments
 (0)