Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSergey committed Oct 16, 2023
1 parent 69a94fd commit 0db9403
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions book/src/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ export const Page = (): ReactElement => (
<Github />
</a>
<p>
<strong>Rockpack</strong> is a simple solution for creating React Application with Server Side Rendering,
bundling, linting, testing, logging, localizing.
<strong>Rockpack</strong> is a simple solution for creating React Application with Typescript, Server Side
Rendering, bundling, linting, testing.
</p>
<p>The main goal is to reduce project setup time from weeks to 5 minutes.</p>
</div>
Expand All @@ -38,8 +38,8 @@ export const Page = (): ReactElement => (

<ul>
<li>Simple Single Page application</li>
<li>Server-Side Render</li>
<li>Server-Side Render + Redux + Thunk + React-Router + project structure</li>
<li>Pure React project</li>
<li>UMD library or React Component</li>
</ul>

Expand Down

0 comments on commit 0db9403

Please sign in to comment.