From 3d8898f333e2fa7d3251a34d90b00fd66f906488 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Tue, 15 Jun 2021 12:06:35 +0300 Subject: [PATCH] chore: type in description --- README.md | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f004b79..d2d8d53 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # react-rest-request -Minimalistic REST API client for React inspired by Apollo. +Minimalist REST API client for React inspired by Apollo. # Installation diff --git a/package.json b/package.json index 931ffc1..fd577c1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-rest-request", - "version": "0.5.5", - "description": "Minimalistic REST API client for React inspired by Apollo", + "version": "0.5.6", + "description": "Minimalist REST API client for React inspired by Apollo", "readme": "README.md", "main": "./target/index.js", "types": "./target/index.d.ts",