Skip to content

Commit b7d1023

Browse files
committed
Update README
1 parent e62353c commit b7d1023

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The benefit is code that's not just reusable, but **future-proof**.
3434

3535
## Packages
3636

37-
Remix 3 includes the following packages:
37+
Remix is composed of lots of small, focused sub-packages that are composed together under the `remix` "umbrella" package. This encourages strong, clear boundaries between different areas of functionality and makes it easier to swap out implementations when needed.
3838

3939
- [assert](packages/assert): Node assert-compatible utilities for any JavaScript environment
4040
- [assets](packages/assets): Fetch-based server for compiling browser JS/TS assets on demand
@@ -67,7 +67,6 @@ Remix 3 includes the following packages:
6767
- [mime](packages/mime): Utilities for working with MIME types
6868
- [multipart-parser](packages/multipart-parser): A fast, efficient parser for multipart streams in any JavaScript environment
6969
- [node-fetch-server](packages/node-fetch-server): Build servers for Node.js using the web fetch API
70-
- [remix](packages/remix): Remix Web Framework
7170
- [response](packages/response): Response helpers for the web Fetch API
7271
- [route-pattern](packages/route-pattern): Match and generate URLs with strong typing
7372
- [session](packages/session): Session management for JavaScript

packages/remix/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "remix",
33
"version": "3.0.0-alpha.5",
4-
"description": "Remix Web Framework",
4+
"description": "The Remix web framework",
55
"author": "Michael Jackson <mjijackson@gmail.com>",
66
"license": "MIT",
77
"repository": {

0 commit comments

Comments
 (0)