Skip to content

Commit ccde8ed

Browse files
authored
Merge pull request #18 from nitrictech/feature/update-docs
chore: fix readme, update docs and bump to v0.1.0
2 parents 9ab8154 + 21e3d45 commit ccde8ed

28 files changed

+28551
-780
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<p align="center">
2-
<img src="./docs/assets/dot-matrix-logo-python.png" alt="Nitric Logo"/>
2+
<img src="https://github.com/nitrictech/python-sdk/raw/main/docs/assets/dot-matrix-logo-python.png" alt="Nitric Python SDK Logo"/>
33
</p>
44

55
# Nitric Python SDK
66

7-
The Python SDK supports the use of the cloud-portable [Nitric](http://nitric.io) framework with Python 3.7+.
7+
The Python SDK supports the use of the cloud-portable [Nitric](https://nitric.io) framework with Python 3.7+.
88

9-
> The Nitric Python SDK is in early stage development and is currently only available on test.pypi.org.
9+
> The Nitric Python SDK is currently in Preview, API changes are likely prior to v1.x release.
1010
1111
Read full documentation [here](https://nitrictech.github.io/python-sdk/).
1212

@@ -15,7 +15,7 @@ Read full documentation [here](https://nitrictech.github.io/python-sdk/).
1515
### Nitric Functions (FaaS):
1616

1717
- Install Python 3.7+
18-
- Install the [Nitric CLI](#)
18+
- Install the [Nitric CLI](https://nitric.io/docs/installation)
1919
- Create / Open a Nitric Project
2020
- Make a Python37 function
2121

@@ -25,7 +25,7 @@ nitric make:project example-python
2525
cd example-python
2626

2727
# Create a python37 Nitric Function
28-
nitric make:function python37 example-function
28+
nitric make:service function/python37 example-function
2929
```
3030

3131
> note: The SDK will be included in the requirements.txt of a new Python function by default.

0 commit comments

Comments
 (0)