Skip to content

Commit 5555500

Browse files
authored
Merge pull request #33953 from VincentWoglo/read-me-documentation
Fixed grammar and typos
2 parents 2a2cb01 + e093ed5 commit 5555500

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@
99

1010
## Why is this so awesome? 🤩
1111

12-
* 📁 **Access your Data** You can store your files, contacts, calendars and more on a server of your choosing.
13-
* 🔄 **Sync your Data** You keep your files, contacts, calendars and more synchronized amongst your devices.
12+
* 📁 **Access your Data** You can store your files, contacts, calendars, and more on a server of your choosing.
13+
* 🔄 **Sync your Data** You keep your files, contacts, calendars, and more synchronized amongst your devices.
1414
* 🙌 **Share your Data** …by giving others access to the stuff you want them to see or to collaborate with.
1515
* 🚀 **Expandable with hundreds of Apps** ...like [Calendar](https://github.com/nextcloud/calendar), [Contacts](https://github.com/nextcloud/contacts), [Mail](https://github.com/nextcloud/mail), [Video Chat](https://github.com/nextcloud/spreed) and all those you can discover in our [App Store](https://apps.nextcloud.com)
1616
* 🔒 **Security** with our encryption mechanisms, [HackerOne bounty program](https://hackerone.com/nextcloud) and two-factor authentication.
1717

18-
You want to learn more about how you can use Nextcloud to access, share and protect your files, calendars, contacts, communication & more at home and at your organization? [**Learn about all our Features**](https://nextcloud.com/athome/).
18+
Do you want to learn more about how you can use Nextcloud to access, share and protect your files, calendars, contacts, communication & more at home and in your organization? [**Learn about all our Features**](https://nextcloud.com/athome/).
1919

2020
## Get your Nextcloud 🚚
2121

2222
- ☑️ [**Simply sign up**](https://nextcloud.com/signup/) at one of our providers either through our website or through the apps directly.
23-
- 🖥 [**Install** a server by yourself](https://nextcloud.com/install/#instructions-server) on your own hardware or by using one of our ready to use **appliances**
23+
- 🖥 [**Install** a server by yourself](https://nextcloud.com/install/#instructions-server) on your hardware or by using one of our ready to use **appliances**
2424
- 📦 Buy one of the [awesome **devices** coming with a preinstalled Nextcloud](https://nextcloud.com/devices/)
2525
- 🏢 Find a [service **provider**](https://nextcloud.com/providers/) who hosts Nextcloud for you or your company
2626

@@ -38,7 +38,7 @@ You can also [get support for Nextcloud](https://nextcloud.com/support)!
3838

3939
## Join the team 👪
4040

41-
There are many ways to contribute, of which development is only one! Find out [how to get involved](https://nextcloud.com/contribute/), including as translator, designer, tester, helping others and much more! 😍
41+
There are many ways to contribute, of which development is only one! Find out [how to get involved](https://nextcloud.com/contribute/), including as a translator, designer, tester, helping others, and much more! 😍
4242

4343

4444
### Development setup 👩‍💻
@@ -47,7 +47,7 @@ There are many ways to contribute, of which development is only one! Find out [h
4747
2. 🐛 [Pick a good first issue](https://github.com/nextcloud/server/labels/good%20first%20issue)
4848
3. 👩‍🔧 Create a branch and make your changes. Remember to sign off your commits using `git commit -sm "Your commit message"`
4949
4. ⬆ Create a [pull request](https://opensource.guide/how-to-contribute/#opening-a-pull-request) and `@mention` the people from the issue to review
50-
5. 👍 Fix things that come up during review
50+
5. 👍 Fix things that come up during a review
5151
6. 🎉 Wait for it to get merged!
5252

5353
Third-party components are handled as git submodules which have to be initialized first. So aside from the regular git checkout invoking `git submodule update --init` or a similar command is needed, for details see Git documentation.
@@ -60,7 +60,7 @@ Otherwise, git checkouts can be handled the same as release archives, by using t
6060

6161
#### Building
6262

63-
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:
63+
We are moving more and more toward using Vue.js in the front-end, starting with Settings. For building the code on changes, use these terminal commands in the root folder:
6464

6565
```bash
6666
# install dependencies
@@ -80,7 +80,7 @@ make build-js-production
8080

8181
**When making changes, also commit the compiled files!**
8282

83-
We still use Handlebars templates some places in Files and Settings. We will replace these step-by-step with Vue.js, but in the meantime you need to compile them separately.
83+
We still use Handlebars templates in some places in Files and Settings. We will replace these step-by-step with Vue.js, but in the meantime, you need to compile them separately.
8484

8585
If you don’t have Handlebars installed yet, you can do it with this terminal command:
8686
```bash
@@ -107,7 +107,7 @@ Please note that if you used `make build-js` or `make watch-js` before, you'll n
107107

108108
### Working with back-end code 🏗
109109

110-
When changing back-end PHP code, in general no additional steps are needed before checking in.
110+
When changing back-end PHP code, in general, no additional steps are needed before checking in.
111111

112112
However, if new files were created, you will need to run the following command to update the autoloader files:
113113
```bash
@@ -120,17 +120,17 @@ After that, please also include the autoloader file changes in your commits.
120120

121121
- [👀 BrowserStack](https://browserstack.com) for cross-browser testing
122122
- [🌊 WAVE](https://wave.webaim.org/extension/) for accessibility testing
123-
- [🚨 Lighthouse](https://developers.google.com/web/tools/lighthouse/) for testing of performance, accessibility and more
123+
- [🚨 Lighthouse](https://developers.google.com/web/tools/lighthouse/) for testing performance, accessibility, and more
124124

125125

126126
## Contribution guidelines 📜
127127

128-
All contributions to this repository from June, 16 2016 on are considered to be
128+
All contributions to this repository from June 16, 2016, and onward are considered to be
129129
licensed under the AGPLv3 or any later version.
130130

131131
Nextcloud doesn't require a CLA (Contributor License Agreement).
132132
The copyright belongs to all the individual contributors. Therefore we recommend
133-
that every contributor adds following line to the header of a file, if they
133+
that every contributor adds the following line to the header of a file if they
134134
changed it substantially:
135135

136136
```

0 commit comments

Comments
 (0)