DEV Community

Discussion on: Opine Tutorial Part 1: Express for Deno

Collapse
 
jdelarubia profile image
jdelarubia

Hi Craig,
At the beginning, the line
import opine from "https://deno.land/x/opine@master/mod.ts";
should read:
import opine from "https://deno.land/x/opine@main/mod.ts"; ?
Just changing @master for @main.

Collapse
 
craigmorten profile image
Craig Morten • Edited

Yes you are correct - thanks for pointing it out, Will update 😄

Update: all changed - thanks!