Skip to content

Commit a5936ff

Browse files
authored
Update README.md
1 parent 27531b0 commit a5936ff

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,25 @@
22
<img src="https://offen.github.io/press-kit/offen-material/gfx-GitHub-Offen-logo.svg" alt="Offen logo" title="Offen" width="150px"/>
33
</a>
44

5-
# protocol
5+
# Protocol
66
A specification for the discoverable exchange of data over a single HTTP endpoint
77

8-
This repository provides the home for the __Offen protocol__ specification, as well as a server and client reference implementation.
8+
This repository provides the home for the __Offen Protocol__ specification, as well as a server and client reference implementation.
99

1010
## The specification
1111

12-
The [__Offen protocol__][draft] provides vocabulary and a set of building blocks that can be used to transparently collect and share arbitrary data with your users.
13-
It is derived from our learnings when building [Offen][Offen].
12+
The [__Offen Protocol__][draft] provides vocabulary and a set of building blocks that can be used to transparently collect and share arbitrary data with your users.
13+
It is derived from our learnings when building [Offen Fair Web Analytics][Offen Fair Web Analytics].
1414

15-
[Offen]: https://www.offen.dev
15+
[Offen Fair Web Analytics]: https://www.offen.dev
1616
[draft]: https://offen.github.io/protocol/
1717

1818
## The client
1919

20-
`client` contains a reference implementation of a client class that implements the Offen protocol.
20+
`client` contains a reference implementation of a client class that implements the Offen Protocol.
2121
It is written in JavaScript and requires to run in a browser.
2222

2323
## The server
2424

25-
`server` contains a reference implementation of a server that implements the Offen protocol.
25+
`server` contains a reference implementation of a server that implements the Offen Protocol.
2626
It is written in Golang and is designed in a framework agnostic way so that you can use it in basically any application.

0 commit comments

Comments
 (0)