extraneous paren in package docs

This commit is contained in:
Coby Chapple 2013-07-11 10:20:29 +01:00
parent 12580bce83
commit 94e2dbbc2c

View File

@ -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.