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": {},