Skip to content

Commit 24f7c1c

Browse files
authored
Update README.md
1 parent de3d35d commit 24f7c1c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# parse-server-example
22

3+
[![Join The Conversation](https://img.shields.io/discourse/https/community.parseplatform.org/topics.svg)](https://community.parseplatform.org/c/parse-server)
4+
[![Backers on Open Collective](https://opencollective.com/parse-server/backers/badge.svg)](#backers)
5+
[![Sponsors on Open Collective](https://opencollective.com/parse-server/sponsors/badge.svg)](#sponsors)
6+
[![License][license-svg]][license-link]
7+
![Twitter Follow](https://img.shields.io/twitter/follow/ParsePlatform.svg?label=Follow%20us%20on%20Twitter&style=social)
8+
39
Example project using the [parse-server](https://github.com/ParsePlatform/parse-server) module on Express.
410

511
Read the full Parse Server guide here: https://github.com/ParsePlatform/parse-server/wiki/Parse-Server-Guide
@@ -162,4 +168,8 @@ Parse.initializeWithConfiguration(ParseClientConfiguration(block: { (configurati
162168
```
163169
You can change the server URL in all of the open-source SDKs, but we're releasing new builds which provide initialization time configuration of this property.
164170

171+
-----
165172
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.
173+
174+
[license-svg]: https://img.shields.io/badge/license-BSD-lightgrey.svg
175+
[license-link]: https://github.com/parse-community/Parse-SDK-JS/blob/master/LICENSE

0 commit comments

Comments
 (0)