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