Skip to content

Commit

Permalink
change message
Browse files Browse the repository at this point in the history
  • Loading branch information
hubert-lesiak committed Jul 2, 2020
1 parent b32d850 commit 2a1df5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if (!("getMetadata" in Reflect)) {
console.log(
"\n",
fmt(`!!! import reflect-metadata into your main file !!!`),
`\n--> https://raw.githubusercontent.com/rbuckton/reflect-metadata/v0.1.12/Reflect.js`,
`\n--> import "https://raw.githubusercontent.com/rbuckton/reflect-metadata/v0.1.12/Reflect.js"`,
"\n",
);
}
Expand Down

0 comments on commit 2a1df5c

Please sign in to comment.