Spaces:
Running
Running
Fix typo in README build instructions
Browse filesSigned-off-by: Bill Murdock <[email protected]>
README.md
CHANGED
@@ -29,7 +29,7 @@ yarn dev
|
|
29 |
### Build
|
30 |
To build a static production bundle, please run the following command.
|
31 |
```shell
|
32 |
-
yarn
|
33 |
```
|
34 |
|
35 |
### Production server
|
|
|
29 |
### Build
|
30 |
To build a static production bundle, please run the following command.
|
31 |
```shell
|
32 |
+
yarn build
|
33 |
```
|
34 |
|
35 |
### Production server
|