diff options
author | Reece Dunham <me@rdil.rocks> | 2020-02-27 14:56:54 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-27 14:56:54 -0500 |
commit | 969e75fa8499a355066c1eb5a387e0826b899704 (patch) | |
tree | 5f398106dff34fb867c6f4a307922fd920f5f164 /README.md | |
parent | d7523c7f4eeb79f68ecacf72c075752a0dd03603 (diff) | |
download | nextcloud-server-969e75fa8499a355066c1eb5a387e0826b899704.tar.gz nextcloud-server-969e75fa8499a355066c1eb5a387e0826b899704.zip |
Readme: fix typo
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index c87469c17a8..8eb799e20d9 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Otherwise, git checkouts can be handled the same as release archives, by using t ### Building front-end code 🏗 -We move more and more towards using Vue.js in the frontend, starting with Settings. For building the code on changes, use these terminal commands in the root folder: +We are moving more and more towards using Vue.js in the frontend, starting with Settings. For building the code on changes, use these terminal commands in the root folder: ``` bash # install dependencies |