From 3255c194015f1a547febf2192b5c84d7a9ae726c Mon Sep 17 00:00:00 2001 From: Timotheus Kampik Date: Mon, 11 Feb 2019 01:03:23 +0100 Subject: [PATCH] #31 fix package name --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2af3932..73fde47 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Install it with: ``` -npm install js-son +npm install js-son-agent ``` ## Belief-Desire-Intention (BDI) Agents @@ -464,7 +464,7 @@ environment.run(50) ``` ## Supported Platforms -``js-son`` supports recent versions of Firefox, Chrome, and Node.js. +*JS-son* supports recent versions of Firefox, Chrome, and Node.js. It is not tested for other platforms and does not use [Babel](https://babeljs.io/) to facilitate compatibility with legacy platforms. Contributions that change this are welcome! @@ -474,7 +474,7 @@ Run the tests with ``npm test``. The tests also run on Travis-CI. ## Documentation -``js-son`` is documented with [JSDoc](http://usejsdoc.org/). Generate the documentation by running: ``npm run doc``. +*JS-son* is documented with [JSDoc](http://usejsdoc.org/). Generate the documentation by running: ``npm run doc``. The documentation will be placed (as HTML files) to the ``out`` directory. ## Contributions