Skip to content

Commit

Permalink
Update artisan.md
Browse files Browse the repository at this point in the history
  • Loading branch information
montogeek committed Nov 9, 2014
1 parent dfbc0ff commit e6176ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions artisan.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Artisan CLI

- [Introduction](#introduction)
- [Usage](#usage)
- [Introducción](#introduction)
- [Uso](#usage)

<a name="introduction"></a>
## Introduction
## Introducción

Artisan is the name of the command-line interface included with Laravel. It provides a number of helpful commands for your use while developing your application. It is driven by the powerful Symfony Console component.

<a name="usage"></a>
## Usage
## Uso

To view a list of all available Artisan commands, you may use the `list` command:

Expand Down

0 comments on commit e6176ce

Please sign in to comment.