Skip to content
This repository was archived by the owner on Aug 30, 2021. It is now read-only.

Commit e3572d2

Browse files
gitnamelirantal
authored andcommitted
(typo): add missing word (#1340)
1 parent 5da5a61 commit e3572d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ $ git clone https://github.com/meanjs/mean.git meanjs
5959
This will clone the latest version of the MEAN.JS repository to a **meanjs** folder.
6060

6161
### Downloading The Repository Zip File
62-
Another way to use the MEAN.JS boilerplate is to download a zip copy from the [master branch on GitHub](https://github.com/meanjs/mean/archive/master.zip). You can also do this using `wget` command:
62+
Another way to use the MEAN.JS boilerplate is to download a zip copy from the [master branch on GitHub](https://github.com/meanjs/mean/archive/master.zip). You can also do this using the `wget` command:
6363

6464
```bash
6565
$ wget https://github.com/meanjs/mean/archive/master.zip -O meanjs.zip; unzip meanjs.zip; rm meanjs.zip

0 commit comments

Comments
 (0)