Update README.md

This commit is contained in:
He4eT 2021-02-24 18:59:05 +05:00
commit 73b583ac0d
2 changed files with 2 additions and 7 deletions

View file

@ -6,11 +6,7 @@ Can be used in Node.js or in a web browser.
## Usage
This repository includes examples of [stdio interface implementation](https://github.com/He4eT/cheap-glkote/blob/master/src/stdio.js) and [integration with Emglken](https://github.com/He4eT/cheap-glkote/blob/master/tests/player.stdio.js).<br>
You can try this version with `npx`:
```
npx cheap-glkote path/to/storyfile
```
This repository includes examples of [stdio interface implementation](https://github.com/He4eT/cheap-glkote/blob/master/src/stdio.js) and [integration with Emglken](https://github.com/He4eT/cheap-glkote/blob/master/tests/player.stdio.js).
### Initialization
```js

View file

@ -1,6 +1,6 @@
{
"name": "cheap-glkote",
"version": "0.2.0",
"version": "0.2.1",
"description": "Abstract JavaScript implementation of GlkOte",
"author": "He4eT <He4eTHb1u@gmail.com>",
"license": "MIT",
@ -11,7 +11,6 @@
"interactive-fiction"
],
"main": "src/index.js",
"bin": "bin/player.stdio.js",
"repository": "https://github.com/He4eT/cheap-glkote",
"bugs": "https://github.com/He4eT/cheap-glkote/issues",
"dependencies": {},