guncebektas / meteor-friendly-slugs

Meteor package to generate URL friendly slugs from a field with auto-incrementation to ensure unique URLs.
65 stars 15 forks source link

Import Documentation meteor-friendly-slugs? #32

Closed conradwt closed 1 year ago

conradwt commented 7 years ago

Hi, what's the recommend way to import this module/package after installing it via meteor add ...?

guncebektas commented 1 year ago

It's extending as Meteor.Collection.prototype.friendlySlugs You don't need to import anything. Just use it as in the example