Mettre à jour 'README.md'

This commit is contained in:
dig 2018-07-09 12:55:35 +02:00
parent a7cf5d8d59
commit 8bf5093ba7
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ git clone https://git.p2p.legal/dig/kriptopter
```
## Build
Build a single-page-app, embedding local resseource un 1 html file:
Build a single-page-app, embedding local ressources into 1 html file:
```javascript
node konstrui app.html kriptopter
```
@ -30,7 +30,7 @@ node kompilo
```
it will generate a `kriptoptlet` file containing the text to copy/paste in a new bookmark's url part.
Or you can use the online vversion (not secure):
Or you can use the online version (not secure):
```html
<a href="javascript: win=window.open('','','titlebar=no,location=no'); fetch('https://git.p2p.legal/dig/kriptopter/raw/master/kriptopter').then(res=>res.text()).then(app=>win.document.write(app) ))">bookmarklet online</a>
```