From ff70ae633d1a4c55a6462686072624a53dfe7a4f Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Fri, 12 Jul 2013 17:29:11 -0700 Subject: [PATCH] Correct broken link to npm --- docs/packages/authoring-packages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/packages/authoring-packages.md b/docs/packages/authoring-packages.md index f174a276d..677df5fa8 100644 --- a/docs/packages/authoring-packages.md +++ b/docs/packages/authoring-packages.md @@ -29,7 +29,7 @@ on creating your first package. ## package.json -Similar to [npm packages](http://en.wikipedia.org/wiki/Npm_(software), Atom packages +Similar to [npm packages](http://en.wikipedia.org/wiki/Npm_(software\)), Atom packages can contain a _package.json_ file in their top-level directory. This file contains metadata about the package, such as the path to its "main" module, library dependencies, and manifests specifying the order in which its resources should be loaded.