Meteor-Community-Packages / meteor-roles

Authorization package for Meteor, compatible with built-in accounts packages
http://meteor-community-packages.github.io/meteor-roles/
MIT License
921 stars 166 forks source link

Docs: example of import #274

Closed iehdk closed 5 years ago

iehdk commented 5 years ago

The doc could use a

import { Roles } from '/meteor/accounts-roles';

Or whatever the correct syntax is???

alanning commented 5 years ago

Thanks for the suggestion. I've added to the readme.

import { Roles } from 'meteor/alanning:roles'