You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
Write Parse Cloud Code in Swift!
9
9
10
10
What is Cloud Code? For complex apps, sometimes you just need logic that isn’t running on a mobile device. Cloud Code makes this possible.
11
-
Cloud Code in ParseServerSwift is easy to use because it’s built using [Parse-Swift](https://github.com/parse-community/Parse-Swift)
11
+
Cloud Code in ParseServerSwift is easy to use because it’s built using [Parse-Swift](https://github.com/netreconlab/Parse-Swift)
12
12
and [Vapor](https://github.com/vapor/vapor). The only difference is that this code runs in your ParseServerSwift rather than running on the user’s mobile device. When you update your Cloud Code,
13
13
it becomes available to all mobile environments instantly. You don’t have to wait for a new release of your application.
14
14
This lets you change app behavior on the fly and add new features faster.
0 commit comments