Skip to content

Commit

Permalink
Merge pull request #198 from sideeffffect/master
Browse files Browse the repository at this point in the history
Minor improvements to the README
  • Loading branch information
pblasucci committed Aug 2, 2015
2 parents 5e6b019 + 11ce506 commit cfc20c0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ This project can be used to scaffold a prototypical .NET solution including file

In order to start the scaffolding process run

$ build.cmd // on windows
$ build.sh // on mono
> build.cmd // on windows
$ ./build.sh // on unix

Read the [Getting started tutorial](http://fsprojects.github.io/ProjectScaffold/index.html#Getting-started) to learn more.

Expand All @@ -25,9 +25,9 @@ Documentation: http://fsprojects.github.io/ProjectScaffold

## Build Status

Travis-CI | AppVeyor
--------- | --------
[![Travis-CI Build Status](https://img.shields.io/travis/fsprojects/ProjectScaffold.svg)](https://travis-ci.org/fsprojects/ProjectScaffold) | [![AppVeyor Build Status](https://img.shields.io/appveyor/ci/fsgit/ProjectScaffold.svg)](https://ci.appveyor.com/project/fsgit/projectscaffold)
Mono | .NET
---- | ----
[![Mono CI Build Status](https://img.shields.io/travis/fsprojects/ProjectScaffold/master.svg)](https://travis-ci.org/fsprojects/ProjectScaffold) | [![.NET Build Status](https://img.shields.io/appveyor/ci/fsgit/ProjectScaffold/master.svg)](https://ci.appveyor.com/project/fsgit/projectscaffold)

## Maintainer(s)

Expand Down

0 comments on commit cfc20c0

Please sign in to comment.