Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1014 from Sway007/main
Browse files Browse the repository at this point in the history
fix: typo
  • Loading branch information
Sway007 authored Jun 19, 2024
2 parents ba0d06c + c936982 commit 1b74f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/graphics-shader-lab.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ flowchart LR
1. `ShaderLab` 初始化

```ts
import { ShaderLab } from '@galacean/engine-shaderlab';
import { ShaderLab } from '@galacean/engine-shader-lab';

const shaderLab = new ShaderLab();
// 使用ShaderLab初始化Engine
Expand Down

0 comments on commit 1b74f3d

Please sign in to comment.