소스 검색

Module name consistency + small tweak

@arturi
AJvanLoon 6 년 전
부모
커밋
737c151687
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      website/src/docs/instagram.md

+ 2 - 2
website/src/docs/instagram.md

@@ -40,7 +40,7 @@ const Instagram = Uppy.Instagram
 
 ## Options
 
-The Instagram plugin has the following configurable options:
+The `@uppy/instagram` plugin has the following configurable options:
 
 ```js
 uppy.use(Instagram, {
@@ -55,7 +55,7 @@ A unique identifier for this plugin. It defaults to `'Instagram'`.
 
 ### `title: 'Instagram'`
 
-Title / name shown in the UI, such as Dashboard tabs. It defaults to `'Instagram'`.
+Configures the title / name shown in the UI, for instance, on Dashboard tabs. It defaults to `'Instagram'`.
 
 ### `target: null`