Remove an invisible that is causing display issue (#5458)
* Remove an invisible that is causing display issue * move code transfer to bottom
This commit is contained in:
10
README.md
10
README.md
@@ -427,17 +427,12 @@ You can also use your own forks, and work in progress branches by specifying the
|
|||||||
npm install github:myUsername/parse-server#my-awesome-feature
|
npm install github:myUsername/parse-server#my-awesome-feature
|
||||||
```
|
```
|
||||||
|
|
||||||
And don't forget, if you plan to deploy it remotely, you should run `npm install` with the `--save` option.
|
And don't forget, if you plan to deploy it remotely, you should run `npm install` with the `--save` option.
|
||||||
|
|
||||||
# Contributing
|
# Contributing
|
||||||
|
|
||||||
We really want Parse to be yours, to see it grow and thrive in the open source community. Please see the [Contributing to Parse Server guide](CONTRIBUTING.md).
|
We really want Parse to be yours, to see it grow and thrive in the open source community. Please see the [Contributing to Parse Server guide](CONTRIBUTING.md).
|
||||||
|
|
||||||
-----
|
|
||||||
|
|
||||||
As of April 5, 2017, Parse, LLC has transferred this code to the parse-community organization, and will no longer be contributing to or distributing this code.
|
|
||||||
|
|
||||||
|
|
||||||
# Backers
|
# Backers
|
||||||
|
|
||||||
Support us with a monthly donation and help us continue our activities. [[Become a backer](https://opencollective.com/parse-server#backer)]
|
Support us with a monthly donation and help us continue our activities. [[Become a backer](https://opencollective.com/parse-server#backer)]
|
||||||
@@ -509,3 +504,6 @@ Become a sponsor and get your logo on our README on Github with a link to your s
|
|||||||
<a href="https://opencollective.com/parse-server/sponsor/28/website" target="_blank"><img src="https://opencollective.com/parse-server/sponsor/28/avatar.svg"></a>
|
<a href="https://opencollective.com/parse-server/sponsor/28/website" target="_blank"><img src="https://opencollective.com/parse-server/sponsor/28/avatar.svg"></a>
|
||||||
<a href="https://opencollective.com/parse-server/sponsor/29/website" target="_blank"><img src="https://opencollective.com/parse-server/sponsor/29/avatar.svg"></a>
|
<a href="https://opencollective.com/parse-server/sponsor/29/website" target="_blank"><img src="https://opencollective.com/parse-server/sponsor/29/avatar.svg"></a>
|
||||||
|
|
||||||
|
-----
|
||||||
|
|
||||||
|
As of April 5, 2017, Parse, LLC has transferred this code to the parse-community organization, and will no longer be contributing to or distributing this code.
|
||||||
|
|||||||
Reference in New Issue
Block a user