Skip to content

Commit fcac365

Browse files
committed
Fix readme building section
1 parent f13ddac commit fcac365

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -497,14 +497,14 @@ Build using
497497
$ ./build.sh
498498
```
499499

500-
To build without minification set SKIP\_MINICATION
500+
To build without minification set SKIP\_MINIFY
501501
```bash
502-
$ SKIP_MINIFICATION=true ./build.sh
502+
$ SKIP_MINIFY=true ./build.sh
503503
```
504504

505505
Or export it to disable it for the rest of the session
506506
```bash
507-
$ export SKIP_MINIFICATION=true
507+
$ export SKIP_MINIFY=true
508508
```
509509
Tests
510510
-----

0 commit comments

Comments
 (0)