kemal-auth-token
kemal-auth-token copied to clipboard
Require error
Please, excuse this beginner question. Don't I have to require something to use this. I tried:
require "kemal-auth-token
And got this
Error in src/kemal_names.cr:28: while requiring "kemal-auth-token": can't find file 'kemal-auth-token' relative to '/vagrant/Projects/crystal/kemal_apps/kemal-names/src'
require "kemal-auth-token"
Have I missed something? Crystal 0.24.2 and Kemal 0.22.0. Thanks for any insight.