Typings PouchDB unable to find pouchdb/pouch in registry

I am trying to install typings for PouchDB following this tutorial.

However when I run the following command:
typings install dt~pouchdb/pouch --global --save

I get the error:
typings ERR! message Unable to find "pouchdb/pouch" ("dt") in the registry.

I am assuming the problem is on my end, because everything runs smoothly in the tutorial. Any idea what I might be doing wrong?

Solved, just run a search in the typings registry
typings search pouchdb
and then alter the command
pouchdb/pouch -> pouchdb