From afebfce4498ac1726efbb306438a90525b25a190 Mon Sep 17 00:00:00 2001 From: Jakub Strojewski Date: Tue, 20 Nov 2018 08:11:53 +0100 Subject: [PATCH] Fix docs, readme and package info --- CHANGELOG.md | 2 +- README.md | 30 ++++++++++++++++-------------- package.json | 2 +- 3 files changed, 18 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42a6dcc..75ab48e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -73,7 +73,7 @@ ### alpha.0 - [new] `.equals()` method added to most entities -- [breaking] all native prototype extentions extracted to `monet-pimp.js` +- [breaking] all native prototype extensions extracted to `monet-pimp.js` - [enhancement] typings compatible with TS2.x - [fix] updated module pattern diff --git a/README.md b/README.md index b93f789..6682e85 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Monet is a library designed to bring great power to your JavaScript programming. This library is inspired by those that have come before, especially the [FunctionalJava][functionalJava] and [Scalaz][scalaz] projects. -While functional programming may be alien to you, this library is a simple way to introduce monads and pure functional programming into your daily practises. +While functional programming may be alien to you, this library is a simple way to introduce monads and pure functional programming into your daily practices. ## Documentation @@ -20,23 +20,25 @@ Full detailed documentation can be found [here](docs/README.md) Download the [zip][gitZip] or [tar][gitTar] ball. -## Installation +### installation -Simply download and add to your html pages or we also support [npm]. You can also include `monet-pimp.js` which contains extra functions on the `Object.prototype` for creating monads. - -```html - - + ``` ## Contents @@ -86,7 +88,7 @@ Please see [Ken Scambler](http://twitter.com/KenScambler)'s [excellent talk](htt Written and maintained by Chris Myers [@cwmyers](https://twitter.com/cwmyers) and Jakub Strojewski [@ulfryk](https://twitter.com/ulfryk). Follow Monet.js at [@monetjs](http://twitter.com/monetjs). [functionalJava]: http://functionaljava.org/ -[gitZip]: https://github.com/monet/monet.js/archive/v0.8.10.zip -[gitTar]: https://github.com/monet/monet.js/archive/v0.8.10.tar.gz +[gitZip]: https://github.com/monet/monet.js/archive/v0.9.0.zip +[gitTar]: https://github.com/monet/monet.js/archive/v0.9.0.tar.gz [npm]: https://www.npmjs.com/ [scalaz]: https://github.com/scalaz/scalaz diff --git a/package.json b/package.json index c9e5145..6cda505 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "author": "Chris Myers", "contributors": [ - "Jakub Strojewski ", + "Jakub Strojewski ", "emmanueltouzery", "tomecko", "WojciechP"