Skip to content

Commit 4d945c9

Browse files
update: README
1 parent 8cbebfc commit 4d945c9

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
[SHACL](https://www.w3.org/TR/shacl/) to [Protobuf](https://protobuf.dev/)
44
transpiler. Takes SHACL shape graphs and generates `.proto` files with
5-
[protovalidate](https://github.com/bufbuild/protovalidate) constraints.
5+
[protovalidate](https://github.com/bufbuild/protovalidate) constraints. Built
6+
for teams that model their domain with RDF ontologies and want type-safe gRPC
7+
contracts.
68

79
```mermaid
810
flowchart LR
@@ -56,9 +58,6 @@ you don't have it:
5658
echo 'version: v2' > proto/buf.yaml
5759
```
5860

59-
Built for teams that model their domain with RDF ontologies and want type-safe
60-
gRPC contracts.
61-
6261
## Architecture
6362

6463
Chasity follows a standard compiler pipeline:

0 commit comments

Comments
 (0)