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: api/java/deployment/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
A sample implementation for using GitHub Deployment API.
4
4
5
-
Ported [this](https://developer.github.com/guides/delivering-deployments/) by Java. Powerd by [Spark](http://sparkjava.com/).
5
+
Ported [this](https://developer.github.com/guides/delivering-deployments/) by Java. Powered by [Spark](http://sparkjava.com/).
6
6
7
7
## Prerequisite
8
8
- JDK8
@@ -36,4 +36,4 @@ Then you can see it works on `http://localhost:4567`.
36
36
37
37
After you make sure this sever deployed a place where GitHub can reach out to, you can test how it interacts with GitHub via its Deployment API.
38
38
39
-
You can also place it on your local pc, then expose it by using ngrok. Please refer the direction described [here](https://developer.github.com/guides/delivering-deployments/).
39
+
You can also place it on your local pc, then expose it by using ngrok. Please refer the direction described [here](https://developer.github.com/guides/delivering-deployments/).
0 commit comments