diff --git a/README.md b/README.md index 1565670e3..372e8beb0 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,12 @@ Para Iniciar **WINDOWS: Commands Prompt** ``npm i`` +``npm link`` ``Es necesario ejecutar desde el repositorio /nodeInitialDemo`` -``todoappit`` -> Para iniciar una tarea -> Ejemplos -``todoappit -h`` -> Para ver todos los comandos -``todoappit a json `` -> Para crear una tarea en Json +``todo`` -> Para iniciar una tarea +> Ejemplos de tareas. +``todo -h`` -> Para ver todos los comandos +``todo a json `` -> Para crear una tarea en Json ## Comandos Options: @@ -26,7 +27,7 @@ Commands: 👤 **Mauricio, Pere Ruiz, Bianca Inga** -- Github: [@molivaresr] (https://github.com/molivaresr), [En\_Pere] (https://github.com/En_Pere), [Blanket25] (https://github.com/Blanket25) +- Github: [@molro](https://github.com/molro), [En\_Pere](https://github.com/En_Pere), [Blanket25](https://github.com/Blanket25) ## Our Organization sheet [Trello](https://trello.com/b/2ujcduIe/developer-team) ## Show your support @@ -35,4 +36,3 @@ Give a ⭐️ if this project helped you! --- -_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_ diff --git a/package.json b/package.json index 2d693e740..507101f55 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "todoappit", + "name": "todo", "version": "1.0.0", "description": "App para gestionar Tareas pendientes por consola, creada como ejercicio de la It Academy / Barcelona ", "main": "./bin/todo.js",