Skip to content

Commit

Permalink
Update setup-guide.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ivder authored Feb 29, 2024
1 parent bed04bd commit ab0a1b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ For example, using the Awake function:
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using HisPlayerAPI;
using HISPlayerAPI;

public class WebGLStreamController : HisPlayerManager
public class WebGLStreamController : HISPlayerManager
{
protected override void Awake()
{
Expand Down

0 comments on commit ab0a1b4

Please sign in to comment.