Преглед на файлове

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