From 73b583ac0d742e69bf25305a700fecf01874a7f8 Mon Sep 17 00:00:00 2001 From: He4eT Date: Wed, 24 Feb 2021 18:59:05 +0500 Subject: [PATCH] Update README.md --- README.md | 6 +----- package.json | 3 +-- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 9b68147..d645204 100644 --- a/README.md +++ b/README.md @@ -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).
-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 diff --git a/package.json b/package.json index 9d60e59..1e2aefc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cheap-glkote", - "version": "0.2.0", + "version": "0.2.1", "description": "Abstract JavaScript implementation of GlkOte", "author": "He4eT ", "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": {},