From 694ad04cf813c21ef00ef9298f62a82779e4bc2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B9=B1=E5=BA=8F?= Date: Mon, 25 Mar 2019 12:31:46 +0800 Subject: [PATCH] docs: grammar check (#22) --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index bb994f15..4dd62c7d 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ English | [简体中文](./README-zh_CN.md)

- **Streaming:** Griffith makes streaming easy. Whether your video format is mp4 or hls, Griffith can use Media Source Extension (MSE) for segment loading. -- **Extensibility:** Griffith makes it simple to support video features in React apps. It also supports the UMD (Universal Module Definition) patterns for use directly in the browser if your application is not based on React. -- **Reliability:** Griffith has been widely used in the web and mobile web of zhihu. +- **Extensibility:** Griffith makes it simple to support video features in React apps. It also supports the UMD (Universal Module Definition) patterns for direct use in the browser if your application is not based on React. +- **Reliability:** Griffith has been widely used in the web and mobile web of Zhihu. ## Usage @@ -47,7 +47,7 @@ render() [Detailed usage](./packages/griffith/README.md) -**Note: SSR application is not supported** +**Note: Griffith is not supporting SSR application** ### non-React application @@ -72,7 +72,7 @@ Griffith.createPlayer(element).render({sources}) ## Project Structure -Griffith is a monorepo and use [Yarn workspace](https://yarnpkg.com/lang/en/docs/workspaces/) and [Lerna](https://github.com/lerna/lerna). +Griffith is a monorepo and uses [Yarn workspace](https://yarnpkg.com/lang/en/docs/workspaces/) and [Lerna](https://github.com/lerna/lerna). ### Core @@ -95,7 +95,7 @@ Griffith is a monorepo and use [Yarn workspace](https://yarnpkg.com/lang/en/docs ## Custom Build -Build tools like webpack will include `griffith-mp4` and `packages/griffith-hls` by default. You can make your bundle smaller by exluding a plugin with build-time globals. +Build tools like webpack include `griffith-mp4` and `packages/griffith-hls` by default. You can make your bundle smaller by excluding a plugin with build-time globals. If you use webpack, do so with [DefinePlugin](https://webpack.js.org/plugins/define-plugin/): @@ -116,7 +116,7 @@ Note that without `griffith-mp4` / `griffith-hls` Griffith can no longer play MP ## Contributing -Read below to learn how you can take part in improving griffith. +Read below to learn how you can take part in improving Griffith. ### [Contributing Guide](./CONTRIBUTING.md)