Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ShafSpecs committed Jan 21, 2023
1 parent 0e3e4ed commit 9e2c2e4
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Remix PWA is a lightweight, standalone npm package that adds full Progressive We
- PWA client-side utilities that comes bundled with your App to give you more options and freedom while building the PWA of tomorrow.
- Server-side utilities to simplify a lot of PWA backend for you. Developing would be more exciting!

**v1 is officially here 馃帀馃帀!! Check out the [release](https://github.com/ShafSpecs/remix-pwa/releases/tag/v1.0) changelog for a summary of the journey so far.**
**v1.1 is finally here 馃帀馃帀!! Check out the [release](https://github.com/ShafSpecs/remix-pwa/releases/tag/v1.0) changelog for a summary of the journey so far.**

## Table Of Content

Expand Down Expand Up @@ -85,13 +85,6 @@ To integrate PWA features into your Remix App with `remix-pwa`, run the followin
npx remix-pwa@latest
```

If you are utilising Yarn package manager:

```sh
yarn add remix-pwa@latest
yarn remix-pwa --pwa
```

During installation, you would be required to answer a few questions:

- The language you are using for the Remix project (TypeScript or JavaScript)
Expand All @@ -106,6 +99,12 @@ During installation, you would be required to answer a few questions:
Refer to [this](#installation-manual-guide) section for a detailed explanation of the above questions.

> **`remix-pwa` now includes command flags!** *Run*
> ```sh
> npx remix-pwa@latest -h
> ```
> *to view the commands*
### Upgrade Guide

To upgrade to a newer version of `remix-pwa`, simply run this command
Expand Down Expand Up @@ -444,6 +443,8 @@ export const action: ActionFunction = async ({ request }) => {

Ahh! What a mouthful for a section topic 馃き. This section is to explain the various prompts that comes up during `remix-pwa` installation.

> *Or you can alternatively run `npx remix-pwa@latest -h` to view help*
### Language

This is quite self-explanatory. It is the language you used for your Remix project, possible options are:
Expand Down

0 comments on commit 9e2c2e4

Please sign in to comment.