Skip to content
This repository was archived by the owner on Jul 19, 2024. It is now read-only.

Commit 166a1d9

Browse files
author
mamaso
committed
Update README.md
1 parent 9e76ff4 commit 166a1d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You can easily interact with the deployed parse server code via git. Clone the
1616

1717
If you want to setup specific configuration for your app, add it to `config.js` or `local.js`. `local.js` changes will be ignored from git, so it's a good placed to add secrets while developing locally.
1818

19-
### Upgrading Dependencies
19+
### Updating Dependencies
2020

2121
If you want to upgrade to a newer version of parse-server, parse-dashboard, or other modules, you can run `npm install <package>@<version>`. We recommend testing these upgrades on a development instance or locally before modifying your production site. If you want to move to the next major version of parse-server or parse-dashboard you'll need to modify your site package.json, as `^major.minor.patch` versioning only allows installing a package of the same major version.
2222

@@ -57,4 +57,4 @@ Useful tools:
5757
* [Web Apps](https://azure.microsoft.com/en-us/documentation/services/app-service/web/)
5858
* [DocumentDB](https://azure.microsoft.com/en-us/documentation/services/documentdb/)
5959
* [Storage](https://azure.microsoft.com/en-us/documentation/services/storage/)
60-
* [Notification Hubs](https://azure.microsoft.com/en-us/documentation/services/notification-hubs/)
60+
* [Notification Hubs](https://azure.microsoft.com/en-us/documentation/services/notification-hubs/)

0 commit comments

Comments
 (0)