diff --git a/README.md b/README.md index 9d5b837..5e5e733 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # object-run.js -`object-run.js` implements the tools needed to use the [Concatinative +_object-run.js_ implements the tools needed to use the [Concatinative Programming Style](https://en.wikipedia.org/wiki/Concatenative_programming_language) on native JavaScript structures/objects. diff --git a/package.json b/package.json index dcfd556..3763490 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "object-run", - "version": "1.0.0", + "version": "1.0.1", "description": "Implements .run(..) method on object.", "main": "run.js", "scripts": {