www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 9a8a6f83ffe5c13f4b8501c21f0be9063cae37d0
parent 8c1b7dcf132204dc18122aabdccbc7e1139f04c5
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Mon, 19 Sep 2016 21:09:31 +0200

Added badge for the documentation to the README file.

Diffstat:
MREADME.md | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -1,6 +1,7 @@ [![Build Status,](https://img.shields.io/travis/jsmaniac/extensible-parser-specifications/master.svg)](https://travis-ci.org/jsmaniac/extensible-parser-specifications) [![Coverage Status,](https://img.shields.io/coveralls/jsmaniac/extensible-parser-specifications/master.svg)](https://coveralls.io/github/jsmaniac/extensible-parser-specifications) -[![Build Stats.](https://img.shields.io/badge/build-stats-blue.svg)](http://jsmaniac.github.io/travis-stats/#jsmaniac/extensible-parser-specifications) +[![Build Stats,](https://img.shields.io/badge/build-stats-blue.svg)](http://jsmaniac.github.io/travis-stats/#jsmaniac/extensible-parser-specifications) +[![Online Documentation.](https://img.shields.io/badge/docs-online-blue.svg)](http://docs.racket-lang.org/extensible-parser-specifications/) extensible-parser-specifications ================================ @@ -13,7 +14,7 @@ This package is unstable, and its API may change at any moment. Once it is stable enough, it may be merged into [Alex Knauth's implementation](https://github.com/AlexKnauth/seq-no-order). -The following pattern expanders for `syntax/parse` are defined: +The following pattern expanders (and mixin expanders, see the docs) for `syntax/parse` are defined: * ~seq-no-order * ~no-order * ~post-check