diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 66005b3..59a6789 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -3,7 +3,7 @@ github: [StorytellerCZ] patreon: # Replace with a single Patreon username open_collective: # Replace with a single Open Collective username -ko_fi: storteller +ko_fi: #storteller tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry liberapay: # Replace with a single Liberapay username diff --git a/README.md b/README.md index 4222421..66e711c 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ Picker is an easy to use server side router for Meteor. This router respect others. So, you can use Iron Router and other routers and middlewares along side with this. +## DEPRECATED +As of Meteor 3, Picker is deprecated as the functionality that has been provided by +it is now part of Meteor itself and the Express server that is baked into it. + ## Install ~~~