diff --git a/artisan.md b/artisan.md index 0d11a51..8c5616d 100644 --- a/artisan.md +++ b/artisan.md @@ -1,15 +1,15 @@ # Artisan CLI -- [Introduction](#introduction) -- [Usage](#usage) +- [Introducción](#introduction) +- [Uso](#usage) -## 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. -## Usage +## Uso To view a list of all available Artisan commands, you may use the `list` command: