Skip to content

Commit 4f6a78d

Browse files
authored
Merge pull request #194 from vkentta/patch-1
Fix couple of typos on readme
2 parents 9626c3a + 38c0220 commit 4f6a78d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Other features:
6060

6161
- 🔥 Hot-Module-Replacement/React-Hot-Loader friendly
6262
- ⛓️ support forwardRef
63-
- ⚛️ Rect 16/Async/Hooks ready
63+
- ⚛️ React 16/Async/Hooks ready
6464
- 🛠 HOC, Component, Hooks API
6565
- 🐳 stream rendering support
6666
- 👥 partial hydration out of the box
@@ -339,7 +339,7 @@ let's keep all fields in a secret, except one:
339339
1. Add `babel` plugin
340340
2. Run `yarn imported-components src src/imported.js` to extract all your imports into a `run time chunk` (aka async-requires).
341341
3. Replace `React.lazy` with our `lazy`, and `React.Suspense` with our `LazyBoundary`. Literraly [monkey-patch React to do so](#monkey-patch)
342-
4. Add `printDrainHydrateMarks` to the server code code.
342+
4. Add `printDrainHydrateMarks` to the server code.
343343
5. Add `rehydrateMarks` to the client code
344344
6. Done. Just read the rest of readme for details.
345345

0 commit comments

Comments
 (0)