manyuanrong / deno-checksum

Sha1、MD5 algorithms for Deno
MIT License
6 stars 4 forks source link

Update Readme #5

Open samuelteixeiras opened 4 years ago

samuelteixeiras commented 4 years ago

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/checksum@1.2.0/mod.ts";

Am I missing something?

manyuanrong commented 4 years ago

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