Skip to content

Commit c6f9826

Browse files
📄 Update Text/Grammer in README.md (#2366)
1 parent f70ffb5 commit c6f9826

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ Rax is a progressive framework for building universal applications.
1717

1818
---
1919

20-
💌 **Write Once, Run Anywhere:** write one codebase, run with `Web`, [`Weex`](https://weex.apache.org/), [`Node.js`](https://nodejs.org/), `Alibaba MiniApp`, `WeChat MiniProgram` and could work with more container that implements [driver specification](https://github.com/alibaba/rax/wiki/Driver-Specification).
20+
💌 **Write Once, Run Anywhere:** write one codebase, run with `Web`, [`Weex`](https://weex.apache.org/), [`Node.js`](https://nodejs.org/), `Alibaba MiniApp`, and `WeChat MiniProgram`. Rax can be used with additional containers that implement it's [driver specification](https://github.com/alibaba/rax/wiki/Driver-Specification).
2121

22-
**Fast:** use better performance and tinier size(📦~6KB) alternative to [React](http://reactjs.org/) with the same API.
22+
**Fast:** better performance and a tiny size(📦~6KB) when compared to [React](http://reactjs.org/) using the same API.
2323

24-
📤 **Easy:** quick start with zero configuration, all features like `Progressive Web App (PWA)`, `Server-Side Rendering (SSR)` and `Function as a service (FaaS)` can be used out of the box.
24+
📤 **Easy:** quick start with zero configuration, all features like `Progressive Web App (PWA)`, `Server-Side Rendering (SSR)`, and `Function as a service (FaaS)` can be used out of the box.
2525

2626
### Quick Start 🥢🍚
2727

@@ -52,7 +52,7 @@ You need to install the [AppWorks Pack](https://marketplace.visualstudio.com/ite
5252

5353
You can inspect and modify the state of your Rax components at runtime using the
5454
[Rax Developer Tools](https://github.com/raxjs/rax-devtools) browser extension,
55-
and extension not works in `production` mode.
55+
however the extension will not work in `production` mode.
5656

5757
1. Install the Chrome [Rax Developer Tools](https://chrome.google.com/webstore/detail/rax-developer-tools/anpeoinhjjligmgoiepbnigjhmijblff) extension
5858
2. Reload and go to the 'Rax' tab in the browser's development tools

0 commit comments

Comments
 (0)