The README documentation (wrongly) says to use ``` js function(identifier, done) { ... } ``` But the actual example code is ``` js function(identifier, profile, done) { ... } ``` Probably a good idea to fix to get new users on board easily.