mirror of
https://github.com/gomods/athens
synced 2026-02-03 11:00:32 +00:00
README.md: various fixes (#575)
* fix some typos * make the markdown links in the "Coding Guidlines" render correctly * remove stray newlines between project status badges
This commit is contained in:
committed by
Aaron Schlesinger
parent
a953f1121b
commit
5c3af51a1d
@@ -14,9 +14,7 @@ See our documentation site [https://docs.gomods.io](https://docs.gomods.io) for
|
||||
[](https://travis-ci.org/gomods/athens)
|
||||
[](https://codecov.io/gh/gomods/athens)
|
||||
[](https://godoc.org/github.com/gomods/athens)
|
||||
[](https://goreportcard.com/report/github.com/gomods/athens)
|
||||
|
||||
|
||||
[](https://goreportcard.com/report/github.com/gomods/athens)
|
||||
|
||||
Project Athens is in a very early alpha release and everything might change.
|
||||
Don't run it in production, but do play around with it and [contribute](#contributing)
|
||||
@@ -79,10 +77,10 @@ The Athens project would not be possible without the amazing projects it builds
|
||||
|
||||
# Coding Guidlines
|
||||
|
||||
We all strive to write nice and readable code which can be understood by every person of the team. To achive that we follow principles described in Brians talk `Code like the Go team`.
|
||||
We all strive to write nice and readable code which can be understood by every person of the team. To achieve that we follow principles described in Brian's talk `Code like the Go team`.
|
||||
|
||||
- [Printed version]("https://learn-golang.com/en/goteam/")
|
||||
- [Gophercon RU talk]("https://www.youtube.com/watch?v=MzTcsI6tn-0")
|
||||
- [Printed version](https://learn-golang.com/en/goteam/)
|
||||
- [Gophercon RU talk](https://www.youtube.com/watch?v=MzTcsI6tn-0)
|
||||
|
||||
# Code of Conduct
|
||||
|
||||
|
||||
Reference in New Issue
Block a user