Write on the margins of the internet. Powered by the AT Protocol. margin.at
extension web atproto comments

fix directory name in Project structure and duplicate line

+1 -3
+1 -3
README.md
··· 7 7 ## Project Structure 8 8 9 9 ``` 10 - project-agua/ 10 + margin/ 11 11 ├── lexicons/ # AT Protocol lexicon schemas 12 12 │ └── at/margin/ 13 13 │ ├── annotation.json ··· 37 37 go mod tidy 38 38 go run ./cmd/server 39 39 ``` 40 - 41 - Server runs on http://localhost:8080 42 40 43 41 Server runs on http://localhost:8080 44 42