소스 검색

Merge pull request #252 from oddlama/fix-docs-typo

Fix double listing of amd64 in the docs (Fixes #251)
Philipp C. Heckel 3 년 전
부모
커밋
cb768ca3f8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/develop.md

+ 1 - 1
docs/develop.md

@@ -120,7 +120,7 @@ Typical commands (more see below):
 ...
 ```
 
-If you want to build the **ntfy binary including web app and docs for all supported architectures** (amd64, armv7, and amd64), 
+If you want to build the **ntfy binary including web app and docs for all supported architectures** (amd64, armv7, and arm64), 
 you can simply run `make build`:
 
 ``` shell