From 862469d2d76e54d1806739e12c08ccfc5e9ea70c Mon Sep 17 00:00:00 2001 From: Maxime Rouiller Date: Tue, 11 Apr 2017 12:56:24 -0400 Subject: [PATCH] Fixed a typo in the readme. Atom is showing this readme when installing packages. If it's not valid anymore, we should consider unpublishing it. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32e3294..c586d13 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Adds support for [JSON Schema](http://json-schema.org/) in [Atom](http://atom.io ## Whats it do Using is-my-json-valid for schema validation, Json Schema warns the user if their json file doesn't match the commonly defined schema. Also using the defined Json Schema we can offer auto completion results for enum values. -## Extentions +## Extensions Json Schema was built for use with [OmniSharp](http://www.omnisharp.net/). There is an extension point that lets you plug in custom intellisense providers. This is to help with tools like Npm or NuGet, where package.json and project.json both have their package references. This this extension point you can plug in calls off to the associated webservice / localcache / whatever you want.