Skip to content

Commit 22b82af

Browse files
committed
Review comments
1 parent f517f01 commit 22b82af

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ We recommend using Docker for developing this repo. Start the container with:
1818
To show the list of available tasks (inside the container):
1919

2020
```bash
21-
inv libs.show
21+
inv -l
2222
```
2323

2424
The build uses the [Faasm
@@ -50,7 +50,7 @@ new version, you can:
5050
- Update the version in `VERSION` and `.env`
5151
- Commit to your branch
5252
- Check that the normal build works in CI
53-
- Run `git.tag`
53+
- Run `inv git.tag`
5454
- Let the Github action do the rest
5555

5656
## PyFaasm

pyfaasm/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
def main():
1010
long_description = """
1111
## Faasm Python Bindings
12-
See main repo at https://github.com/lsds/faasm
12+
See main repo at https://github.com/faasm/faasm
1313
"""
1414

1515
setup(
@@ -21,7 +21,7 @@ def main():
2121
long_description_content_type="text/markdown",
2222
author="Simon S",
2323
author_email="[email protected]",
24-
url="https://github.com/lsds/faasm-cpython",
24+
url="https://github.com/faasm/faasm-cpython",
2525
)
2626

2727

0 commit comments

Comments
 (0)