From 3794be2582bbfcf91477d3b413d60b4d5cb2c0d9 Mon Sep 17 00:00:00 2001 From: Chasen Le Hara Date: Sat, 2 Mar 2019 10:10:35 -0800 Subject: [PATCH] Update README generated by DoneJS --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index beb86ba..788d4f7 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,19 @@ # can-legacy-view-helpers -[![Join the chat at https://gitter.im/canjs/canjs](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/canjs/canjs?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +[![Join our Slack](https://img.shields.io/badge/slack-join%20chat-611f69.svg)](https://www.bitovi.com/community/slack?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +[![Join our Discourse](https://img.shields.io/discourse/https/forums.bitovi.com/posts.svg)](https://forums.bitovi.com/?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/canjs/can-legacy-view-helpers/blob/master/LICENSE.md) [![npm version](https://badge.fury.io/js/can-legacy-view-helpers.svg)](https://www.npmjs.com/package/can-legacy-view-helpers) [![Travis build status](https://travis-ci.org/canjs/can-legacy-view-helpers.svg?branch=master)](https://travis-ci.org/canjs/can-legacy-view-helpers) +[![AppVeyor build status](https://ci.appveyor.com/api/projects/status/github/canjs/can-legacy-view-helpers?branch=master&svg=true)](https://ci.appveyor.com/project/matthewp/can-legacy-view-helpers) +[![Coverage status](https://coveralls.io/repos/github/canjs/can-legacy-view-helpers/badge.svg?branch=master)](https://coveralls.io/github/canjs/can-legacy-view-helpers?branch=master) [![Greenkeeper badge](https://badges.greenkeeper.io/canjs/can-legacy-view-helpers.svg)](https://greenkeeper.io/) The files in this repository are used by legacy view engines for CanJS, specifically [can-ejs](https://canjs.com/doc/can-ejs.html) and [can-mustache](https://github.com/canjs/can-mustache). This module is not intended to be used as a standalone module. While the code in this repository has been heavily tested and should be considered stable, it is no longer supported. Please use at your own risk. -CanJS now ships with [Stache](https://canjs.com/docs/can.stache.html) as its primary view engine — it is much faster than mustache and ejs. You should use it instead! +## Documentation + +Read the [can-legacy-view-helpers API docs on CanJS.com](https://canjs.com/doc/can-legacy-view-helpers.html). ## Changelog @@ -21,4 +26,3 @@ The [contribution guide](https://github.com/canjs/can-legacy-view-helpers/blob/m ## License [MIT](https://github.com/canjs/can-legacy-view-helpers/blob/master/LICENSE.md) -