瀏覽代碼

fixed package name in @jupyterlab/ui-components docs

telamonian 5 年之前
父節點
當前提交
d9d7e415c2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ui-components/README.md

+ 1 - 1
packages/ui-components/README.md

@@ -63,7 +63,7 @@ What you end up with is a DOM node (by default a 'div') that has an inline svg n
 
 ## How JupyterLab handles icons
 
-The ui-components package provides icons to the rest of JupyterLab, in the form of a set of `LabIcon` instances (currently about 80). All of the icons in the core JupyterLab packages are rendered using one of these `LabIcon` instances.
+The @jupyterlab/ui-components package provides icons to the rest of JupyterLab, in the form of a set of `LabIcon` instances (currently about 80). All of the icons in the core JupyterLab packages are rendered using one of these `LabIcon` instances.
 
 ## Using the icons in your own code