Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

Commit

Permalink
Improve README
Browse files Browse the repository at this point in the history
  • Loading branch information
Fran Casas committed Feb 4, 2015
1 parent c23d823 commit e4daf4b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Anvil

Anvil is a tool for the real craftsmen to build its own tools.
Anvil is a tool for the real craftspeople to build its own tools.

[![Build Status](https://travis-ci.org/anvil-src/anvil-core.png?branch=master)](https://travis-ci.org/anvil-src/anvil-core)
[![Gem Version](https://badge.fury.io/rb/anvil-core.svg)](http://badge.fury.io/rb/anvil-core)
Expand All @@ -11,8 +11,8 @@ Anvil tries to be a framework for building command line applications
to automate tedious tasks like apps or gems releasing process. Pull
request updating, etc.

It's purpose is to provide an easy to use Object Oriented toolset
that developers can use to automate par of its day to day work.
It's purpose is to provide an easy to use Object Oriented toolset that
developers can use to automate par of its day to day work.

Things like:

Expand All @@ -23,7 +23,8 @@ Things like:

## Sample tasks

You can find some sample tasks in the samples directory, if you want to give them a try, clone this project and do:
You can find some sample tasks in the samples directory, if you want
to give them a try, clone this project and do:

```shell
ANVIL_EXTENSIONS_DIR=./sample bin/anvil
Expand Down

0 comments on commit e4daf4b

Please sign in to comment.