Skip to content

Commit

Permalink
fix: Purpose of software #147
Browse files Browse the repository at this point in the history
  • Loading branch information
holtwick committed Dec 16, 2023
1 parent a58f962 commit 7e6c527
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"prettier.enable": false,
"editor.formatOnSave": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"i18n-ally.localesPaths": [
"locales",
Expand Down
2 changes: 2 additions & 0 deletions README-de.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Brie.fi/ng

**Sicherer direkter Video-Gruppenchat**

> Wähle deine Sprache: [en](README.md) | [de](README-de.md)
<img src="public/sample.jpg" height="200" align="right" style="padding-left: 2rem;"> Der Datenschutz ist die zentrale Idee hinter diesem Projekt. Es werden ausschließlich offene Technologien (wie [WebRTC](https://webrtc-security.github.io/)) verwendet, die in allen modernen Browsern funktionieren. Somit ist keine Installation von zusätzlicher Software notwendig und der Ansatz bleibt zukunftssicher.
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Brie.fi/ng

**Secure direct video group chat**

> Choose your language: [en](README.md) | [de](README-de.md)
<img src="public/sample.jpg" height="200" align="right" style="padding-left: 2rem;"> Privacy is the central idea behind this project. Only open technologies (such as [WebRTC](https://webrtc-security.github.io/)) are used, which work with all modern browsers. Thus, no installation of additional software is required, and the approach remains future-proof.
Expand Down

0 comments on commit 7e6c527

Please sign in to comment.