From 23a7deac78b7fbcd49035e2c44cc06c824769805 Mon Sep 17 00:00:00 2001 From: Tudor Stanciu Date: Sun, 5 Nov 2023 10:09:45 +0200 Subject: [PATCH] readme update --- README.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 162cf10..beedf89 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ -# standard-cv +# react-hooks -## Install +## Introduction + +**standard-cv** is an npm package that provides a standard, beautiful and responsive curriculum vitae. + +## Package installation ```bash // with npm @@ -10,11 +14,14 @@ npm i --save @react-bricks/standard-cv --registry https://lab.code-rove.com/publ yarn add @react-bricks/standard-cv --registry https://lab.code-rove.com/public-node-registry ``` -## Usage +## How to use the package ```jsx import { StandardCV } from "@react-bricks/standard-cv"; ``` -**1.0.0** -This version includes the initial version of standard-cv react component. +## Changelog + +**1.0.0** - This version includes the initial version of standard-cv react component. +**1.0.1** - The user interface has been made more responsive based on the window size. +**1.0.2** - Packages update