Skip to content

Commit

Permalink
fix docs typos (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
xmachak authored Feb 8, 2024
1 parent fb9a8af commit 6ee2014
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ or
pip install block-cascade
```
### Example Usage in a Prefect flow
### Example Usage
```python
from block_cascade import remote
Expand Down Expand Up @@ -76,8 +76,6 @@ Cascade supports creating persistent resources in GCP. These resources can be re

You can create a persistent resource using the `cascade` CLI and suppling a `cascade.yml` with a configuration block that contains a `persistent_resource_id` field. This field will be used to identify the persistent resource when submitting tasks to it. It is recommended that you use the configuration file to define the resource as well as the tasks that will be submitted to it. This will ensure that the resource specified for your task is compatible with the shape of the persistent resource.

```yaml

```yaml
persistent-resource:
type: GcpResource
Expand Down

0 comments on commit 6ee2014

Please sign in to comment.