From a745823f0f47d88a17f40fd7ea87791201e38e1a Mon Sep 17 00:00:00 2001 From: CptSpaceToaster Date: Mon, 14 Oct 2019 14:30:07 -0400 Subject: [PATCH] Update URL's in README Sorry, I should have proofread those better --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2dc9dc..52a3f78 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ PokemonTCG.Card.all() * Make some changes and fix some bugs! * Run the tests `npm run-script test` * Test your changes in a project of yours: - * Create a link with (npm)[https://docs.npmjs.com/cli/link.html] or (yarn)[https://yarnpkg.com/lang/en/docs/cli/link/] (depending on what tool you installed this SDK with) + * Create a link with [npm](https://docs.npmjs.com/cli/link.html) or [yarn](https://yarnpkg.com/lang/en/docs/cli/link/) (depending on what tool you installed this SDK with) * In your project that **uses** the SDK, install the linked package with `yarn/npm link pokemon-tcg-sdk-typescript` * Verify the SDK behaves as expected, and your changes took effect * Commit your changes (git commit -am 'Add some feature')