소스 검색

Correction

Piotr Czajkowski 3 년 전
부모
커밋
87d0dfc270
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -33,7 +33,7 @@
 		t.Error(err)
 	}
 
-**List pushes, all pushes (modifiedAfter can be nil, limit <= 0 gives default of 500)**
+**List all active pushes (modifiedAfter can be nil, limit <= 0 gives default of 500)**
 
 	devices, err := b.ListPushes(true, nil, 0, "")
 	if err != nil {