Your README says to run ``` (require (planet dmac/spin)) ``` but now that your installation instructions use `raco pkg install` I think you should change this to just `(require spin)`.
Your README says to run
but now that your installation instructions use
raco pkg installI think you should change this to just(require spin).