Skip to content

Commit

Permalink
Fixes #4: Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
inean committed Aug 22, 2024
1 parent 75f5ed6 commit f736d8c
Show file tree
Hide file tree
Showing 3 changed files with 310 additions and 196 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
version: '3.8'
name: "cloudflare-updater"
name: "dns-synchub"
services:
devcontainer:
build:
Expand Down
7 changes: 6 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,10 @@
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
"python.testing.pytestEnabled": true,

"[markdown]": {
"editor.fontLigatures": false
}

}
Loading

0 comments on commit f736d8c

Please sign in to comment.