deno-checksum icon indicating copy to clipboard operation
deno-checksum copied to clipboard

Update Readme

Open samuelteixeiras opened this issue 5 years ago • 1 comments

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?

samuelteixeiras avatar May 22 '20 15:05 samuelteixeiras

Without the version number, the latest version will be pulled, which means that your local Deno version should correspond to it.

manyuanrong avatar May 26 '20 05:05 manyuanrong