usage in README doesn't work as displayed: ```shell error: TS1192 [ERROR]: Module '"https://deno.land/x/nanoid@v3.0.0/mod.ts"' has no default export. ``` to fix just add curly brackets, like: ```typescript import { nanoid } from "https://deno.land/x/nanoid@v3.0.0/mod.ts"; ```