소스 검색

Update README.md

Gaëtan Renaudeau 8 년 전
부모
커밋
e234b70213
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      README.md

+ 1
- 1
README.md 파일 보기

@@ -32,7 +32,7 @@ RNViewShot.takeSnapshot(viewRef, {
32 32
 
33 33
 Returns a Promise of the image URI.
34 34
 
35
-- **`view`** references to a React Native component.
35
+- **`view`** is a reference to a React Native component.
36 36
 - **`options`** may include:
37 37
  - **`width`** / **`height`** *(number)*: the width and height of the image to capture.
38 38
  - **`format`** *(string)*: either `png` or `jpg`/`jpeg` or `webm` (Android). Defaults to `png`.