deno-checksum
deno-checksum copied to clipboard
Update Readme
To be able to run the example in the README I had to change from:
import { Hash, encode } from "https://deno.land/x/checksum/mod.ts";
to
import { Hash, encode } from "https://deno.land/x/[email protected]/mod.ts";
Am I missing something?
Without the version number, the latest version will be pulled, which means that your local Deno version should correspond to it.