Skip to content

Commit c1723a2

Browse files
committed
Update README
1 parent c6cecbc commit c1723a2

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.github/workflows/test_run_funcs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: Test run funcions to generate and serve
1+
name: Test run funcs
22

33
on: [push]
44

55
jobs:
66
test_ruby_func:
77
runs-on: ubuntu-latest
8-
name: A job to test run funcs
8+
name: A job to test run functions
99
steps:
1010
- name: Checkout
1111
uses: actions/checkout@v2

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# ActionServerless - Use GitHub Actions to serve a serverless service
1+
# ActionServerless - Use GitHub Actions to create a serverless service
2+
3+
[![ActionServerless Testing](https://github.com/gitx-io/ActionServerless/workflows/Test%20run%20funcs/badge.svg)](https://github.com/gitx-io/ActionServerless/blob/master/.github/workflows/test_run_funcs.yml)
24

35
ActionServerless is an action to do some computing and then generate a string/JSON file to a path, you can visit the file as a service when in dev/testing, or in your production. We may take it as a GitHub Actions powered `serverless` service.
46

@@ -9,7 +11,7 @@ In fact you can do all of these in native GitHub actions. ActionServerless just
911

1012
## Quick start
1113

12-
At first use [the template we give](https://github.com/gitx-io/ActionServerless-template/generate) to create a repository. Then We start with a Python example:
14+
At first [use the template](https://github.com/gitx-io/ActionServerless-template/generate) to create a repository. Then We start with a Python example:
1315

1416
```python
1517
# function.py
@@ -54,4 +56,5 @@ its corresponding header-rewritten url should be:
5456
https://gitx.io/j/gitx-io/ActionServerless/master/README.md
5557
```
5658

57-
just use `gitx.io/j/` to rewrite the `raw.githubusercontent.com/` component.
59+
just use `gitx.io/j/` to replace the `raw.githubusercontent.com/` segment.
60+

0 commit comments

Comments
 (0)