Commit f458c1f8 authored by Ben Galloway's avatar Ben Galloway

Update to scoped package name in README

parent 3f21f682
......@@ -17,8 +17,8 @@ Then simply wrap your app's main component with the `<GSCMaterial>` component. F
```js
import React from "react";
import ReactDOM from "react-dom";
import GSCMaterial from "gsc-material";
import "gsc-material/ProximaNovaFontFace.css";
import GSCMaterial from "@gsc/material";
import "@gsc/material/ProximaNovaFontFace.css";
import App from "./App";
ReactDOM.render(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment