Skip to content

Commit 88d5786

Browse files
Update README.md
1 parent 5a316aa commit 88d5786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ To get started import the Unity and Unity Context class from the React Unity Web
5252
import React from "react";
5353
import Unity, { UnityContext } from "react-unity-webgl";
5454

55-
const unityContext = new unityContext({
55+
const unityContext = new UnityContext({
5656
loaderUrl: "build/myunityapp.loader.js",
5757
dataUrl: "build/myunityapp.data",
5858
frameworkUrl: "build/myunityapp.framework.js",

0 commit comments

Comments
 (0)