Skip to content

Commit 307672a

Browse files
authored
Fix apiVersion
Spec and Schema says v3.0.0 instead of 3.0.0
1 parent 7e0e18d commit 307672a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ This section contains general information about the contract.
4343
### Example
4444

4545
```YAML
46-
apiVersion: 3.0.0 # Standard version
46+
apiVersion: v3.0.0 # Standard version
4747
kind: DataContract
4848

4949
id: 53581432-6c55-4ba2-a65f-72344a91553a

0 commit comments

Comments
 (0)