From c9f00d351cc6475ee8eebd7c7c5732796b3a696c Mon Sep 17 00:00:00 2001 From: Henry Li Date: Thu, 1 Aug 2019 16:10:05 +0800 Subject: [PATCH] Update README.md (#6) --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0793431..5ff6935 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,12 @@ Yab is a high-level HTTP client based on Fetch API and `koa-like` middlewares. ## Features - **Middleware**: [koa](https://koajs.com/)-like middleware. -- **Fetch**: base on browser [fetch](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch) API. +- **Fetch**: based on browser [fetch](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch) API. - **TypeScript**: Everything in Typescript. ## Browser Support -This library can only be used in [modern browser environment](https://caniuse.com/#search=fetch). [Polyfill](https://github.com/github/fetch) may be needed. +This library can only be used in [modern browser environments](https://caniuse.com/#search=fetch). [Polyfill](https://github.com/github/fetch) may be needed. ## Install @@ -68,16 +68,16 @@ request.get("https://example.com"); ## Documents -See full documents, please read [Yab-fetch](./packages/yab-fetch/README.md). +Please refer to [Yab-fetch](./packages/yab-fetch/README.md). ## Packages -This repository is a monorepo that we manage using Lerna. That means that we actually publish several packages to npm from the same codebase, including: +This repository is a mono-repo that we manage using Lerna. This means we actually publish several packages to npm from the same codebase, including: | Package | Version | Description | | -------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------- | | [`yab-fetch`](/packages/yab-fetch) | [![npm](https://img.shields.io/npm/v/yab-fetch.svg?style=flat-square)](https://www.npmjs.com/package/yab-fetch) | The fetch library. | -| [`yab-fetch-cache`](/packages/yab-fetch-cache) | [![npm](https://img.shields.io/npm/v/yab-fetch-cache.svg?style=flat-square)](https://www.npmjs.com/package/yab-fetch-cache) | A yab middleware, focus on cache response using IndexDB. | +| [`yab-fetch-cache`](/packages/yab-fetch-cache) | [![npm](https://img.shields.io/npm/v/yab-fetch-cache.svg?style=flat-square)](https://www.npmjs.com/package/yab-fetch-cache) | A yab middleware, focuses on caching response using IndexDB. | | [`yab-fetch-logger`](/packages/yab-fetch-logger) | [![npm](https://img.shields.io/npm/v/yab-fetch-logger.svg?style=flat-square)](https://www.npmjs.com/package/yab-fetch-logger) | A yab middleware, logger request/response of fetch action | ## Changelog @@ -86,7 +86,7 @@ Detailed changes for each release are documented in [CHANGELOG.md](./CHANGELOG.m ## Contributors -Thanks goes to the wonderful people. +Thanks go to the wonderful people. ## License