Navigation Menu

Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
olliecoleman committed Sep 8, 2017
1 parent c60f6f9 commit 01a65bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -6,7 +6,7 @@ Recently, I decided to build my latest [side project](https://www.growthmetrics.

Alloy uses **Webpack** for managing front-end assets (Javascript and CSS), so you need to have Node.js and NPM installed in order to use that. This boilerplate also includes a separate 'admin panel' which acts as a CMS for adding pages, managing users etc.

> *\<shameless plug>* GrowthMetrics is a nifty little tool to measure your business's customer satisfaction using a metric called NPS (Net Promoter Score). You can signup for the early access (and early bird discount) here - https://www.growthmetrics.io/beta.*\</shameless plug>*
> *\<shameless plug>* GrowthMetrics is a nifty little tool to measure your business's customer satisfaction using a metric called NPS (Net Promoter Score). You can signup for the early access (and early bird discount) here - [https://www.growthmetrics.io/beta](https://www.growthmetrics.io/beta).

### Packages used
Expand Down
4 changes: 1 addition & 3 deletions cmd/root.go
Expand Up @@ -12,9 +12,7 @@ import (
var RootCmd = &cobra.Command{
Use: "alloy",
Short: "Boilerplate for creating web apps in Go (golang)",
Long: `Alloy is a starter template for creating web applications. It is written using Go language (golang).
Alloy is an omakase of sorts. It brings together many useful libraries and
tools that you might need to build (CRUD) web applications.`,
Long: `Alloy is a starter template for creating web applications using Go programming language. It does not aim to be a web framework but is instead a collection of useful libraries and packages that acts a sensible starting point.`,
}

// Execute runs the root command
Expand Down

0 comments on commit 01a65bb

Please sign in to comment.