Skip to content

Commit

Permalink
Change "REPL" to "playground" in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sockmaster27 committed Jan 6, 2025
1 parent 6431b81 commit 0732df1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/svader/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ If you're unsure about what to use, see the [WebGL vs. WebGPU](#webgl-vs-webgpu)

The following is a minimal example of a WebGL fragment shader component.

[**View in REPL**](https://svelte.dev/repl/3e4a38bca5ca49fa94e1106a841063d5?version=5.1.10)
[**View in playground**](https://svelte.dev/playground/3e4a38bca5ca49fa94e1106a841063d5?version=5.16.2)

```svelte
<script>
Expand Down Expand Up @@ -162,7 +162,7 @@ To use these, the `value` property of the parameter object must be set to a stri

The following is a minimal example of a WebGPU fragment shader component.

[**View in REPL**](https://svelte.dev/repl/498446d091964bb199e6a88bce90feae?version=5.1.10)
[**View in playground**](https://svelte.dev/playground/498446d091964bb199e6a88bce90feae?version=5.16.3)

```svelte
<script>
Expand Down

0 comments on commit 0732df1

Please sign in to comment.