From a1f369434cc69ecdd0f5fc51e538e2fb49965ff3 Mon Sep 17 00:00:00 2001 From: Chasen Le Hara Date: Sat, 2 Mar 2019 11:20:40 -0800 Subject: [PATCH] Update readme.md --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 9f0f365..af47cff 100644 --- a/readme.md +++ b/readme.md @@ -5,10 +5,10 @@ [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/canjs/can-route/blob/master/LICENSE.md) [![npm version](https://badge.fury.io/js/can-route.svg)](https://www.npmjs.com/package/can-route) [![Travis build status](https://travis-ci.org/canjs/can-route.svg?branch=master)](https://travis-ci.org/canjs/can-route) -[![AppVeyor build status](https://ci.appveyor.com/api/projects/status/github/canjs/can-route?branch=master&svg=true)](https://ci.appveyor.com/project/matthewp/can-route) -[![Coverage status](https://coveralls.io/repos/github/canjs/can-route/badge.svg?branch=master)](https://coveralls.io/github/canjs/can-route?branch=master) [![Greenkeeper badge](https://badges.greenkeeper.io/canjs/can-route.svg)](https://greenkeeper.io/) +> __Note:__ This is the CanJS [can-route](https://github.com/canjs/can-route) module. The old `can-route` has been renamed to [did-route](https://www.npmjs.com/package/did-route). Many thanks to [@michaelrhodes](https://github.com/michaelrhodes) for letting us use the `can-route` module name. + Create a route matching rule. Optionally provide defaults that will be applied to the [can-map] when the route matches. ## Documentation