We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18e6cea commit 1dadc0aCopy full SHA for 1dadc0a
README.md
@@ -9,7 +9,7 @@ If you have the vscode extension, open the command palette and run `> Deno: init
9
10
Next, create a file called mod.ts like this:
11
12
-Replace insert version with the version when you go [here](https://deno.land/x/[email protected]).
+Replace insert version with the version when you go [here](https://deno.land/x/[email protected]). (i.e. v1.0.3)
13
```ts
14
// mod.ts
15
import DroneController from "https://deno.land/x/tellojs@INSERT_VERSION/mod.ts";
0 commit comments