From 2017b15180b8b6f0606f383d88b8ad694e508e78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Lins?= Date: Mon, 6 Jul 2020 11:14:13 -0300 Subject: [PATCH] Improvements in readme template --- templates/project/README.md | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/templates/project/README.md b/templates/project/README.md index 18fe028..3d33f28 100644 --- a/templates/project/README.md +++ b/templates/project/README.md @@ -1,20 +1,12 @@ -
+RecifeJs -
-
- -RecifeJs - -
-
- -[![npm version](https://img.shields.io/npm/v/recife?style=for-the-badge&logo=npm)](https://www.npmjs.com/package/recife) [![License: MIT](https://img.shields.io/github/license/recifejs/recife?style=for-the-badge)](https://github.com/recifejs/recife/blob/master/LICENSE) +[![npm version](https://img.shields.io/npm/v/recife?style=flat-square&logo=npm)](https://www.npmjs.com/package/recife) [![License: MIT](https://img.shields.io/github/license/recifejs/recife?style=flat-square)](https://github.com/recifejs/recife/blob/master/LICENSE) ## How to use ``` npm install -npm start +npm server ``` ## How to create a recifejs project?