Remove extra lines causing formatting issues.

This commit is contained in:
Ken Bailey
2015-12-31 14:07:27 -07:00
parent 9ccb224815
commit 0fe19da9f3

View File

@@ -34,13 +34,11 @@ The **[Getting Started Guide](getting-started/0-overview.md)** provides a step-b
* [GitHub](using/github.md) - overview of using GitHub for installing, distributing, and updating.
* [Machine-wide Installs](using/machine-wide-installs.md) - generating an MSI file suitable for installation via Group Policy.
* [Debugging Installs](using/debugging-installs.md) - tips for debugging Squirrel.Windows initial installs.
* **Packaging** - documentation related to packaging app files and preparing them for release.
* [NuGet Package Metadata](using/nuget-package-metadata.md) - overview of the NuGet metadata and its uses by Squirrel.
* [Squirrel Command Line](using/squirrel-command-line.md) - command line options for `Squirrel --releasify`
* [Delta Packages](using/delta-packages.md) - an overview of how `Squirrel.exe` creates delta packages.
* [Application Signing](using/application-signing.md) - adding code signing to `Setup.exe` and your application.
* **Distributing** - documentation related to distributing the Setup.exe and update package files.
* [Microsoft IIS](using/microsoft-iis.md) - overview of using Microsoft IIS for distributing your application.
* [Amazon S3](using/amazon-s3.md) - overview of using Amazon S3 for distributing your application.
@@ -52,7 +50,6 @@ The **[Getting Started Guide](getting-started/0-overview.md)** provides a step-b
* [Debugging Updates](using/debugging-updates.md) - tips for debugging Squirrel.Windows updates.
## Contributing
Why not give back and help make Squirrel even better by contributing to the project.