Skip to content

Commit 8a83fd3

Browse files
committed
Fix link in readme
1 parent fbc2496 commit 8a83fd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Prototype TypeScript server plugin that adds intellisense to styled component cs
99
This plugin requires TypeScript 2.4 or later. It can provide intellisense in both JavaScript and TypeScript files within any editor that uses TypeScript to power their language features. This includes [VS Code](https://code.visualstudio.com), [Visual Studio](https://www.visualstudio.com), [Sublime with the TypeScript plugin](https://github.com/Microsoft/TypeScript-Sublime-Plugin), [Atom with the TypeScript plugin](https://atom.io/packages/atom-typescript), and others.
1010

1111

12-
To get started, add a `plugins` section to your [`tsconfig.json`](http://www.typescriptlang.org/docs/handbook/tsconfig-json.html) or [`jsconfig.json`]
12+
To get started, add a `plugins` section to your [`tsconfig.json`](http://www.typescriptlang.org/docs/handbook/tsconfig-json.html) or [`jsconfig.json`](https://code.visualstudio.com/Docs/languages/javascript#_javascript-project-jsconfigjson)
1313

1414
```json
1515
{
@@ -25,6 +25,6 @@ To get started, add a `plugins` section to your [`tsconfig.json`](http://www.typ
2525

2626

2727

28-
28+
## Credits
2929

3030
Code originally forked from: https://github.com/Quramy/ts-graphql-plugin

0 commit comments

Comments
 (0)