Skip to content

Commit 4f02534

Browse files
docs(readme): introduce numbered steps
1 parent 8843ff2 commit 4f02534

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ You can install the Fastly VCL proxy integration [manually](https://dev.fingerpr
4141
> [!WARNING]
4242
> The underlying data contract in the identification logic can change to keep up with browser updates. Using the Fastly VCL Proxy Integration might require occasional manual updates on your side. Ignoring these updates will lead to lower accuracy or service disruption.
4343
44-
## Getting started
44+
## 1. Install the Terraform module
4545

4646
- Create your own terraform folder and create main.tf file
4747
- Fill the file like this:
@@ -82,7 +82,7 @@ You can see the full list of the Terraform module's variables below:
8282

8383
* Run `terraform init`
8484

85-
## Deploy
85+
## 2. Deploy your Terraform changes
8686

8787
Run these commands in order:
8888
```shell
@@ -97,7 +97,7 @@ terraform apply -target=module.fingerprint_fastly_vcl_integration.module.vcl_ass
9797
terraform apply
9898
```
9999

100-
## Custom VCL
100+
## Using a custom VCL asset
101101

102102
If you want to use your own asset instead of downloading latest follow these steps:
103103

0 commit comments

Comments
 (0)