Skip to content

Commit

Permalink
update scope
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Goupil committed May 28, 2021
1 parent 2d7c32f commit d79ff45
Show file tree
Hide file tree
Showing 24 changed files with 28 additions and 31 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@

## Quick start

Install `@robingoupil/react-srm-wrapper`:
Install `@nicecactus/react-srm-wrapper`:

- with [npm](https://www.npmjs.com/): `npm install -S @robingoupil/react-srm-wrapper`
- with [yarn](https://yarnpkg.com/): `yarn add @robingoupil/react-srm-wrapper`
- with [npm](https://www.npmjs.com/): `npm install -S @nicecactus/react-srm-wrapper`
- with [yarn](https://yarnpkg.com/): `yarn add @nicecactus/react-srm-wrapper`

Create a loader component for your SRM.
We will assume that:
Expand All @@ -29,7 +29,7 @@ We will assume that:
#### **`MyModuleLoader.tsx`**
```tsx
import React from 'react'
import { ReactSRMWrapper } from '@robingoupil/react-srm-wrapper';
import { ReactSRMWrapper } from '@nicecactus/react-srm-wrapper';

const MyModuleLoader = () => {
return (
Expand All @@ -47,7 +47,7 @@ Expose the loader in your router ([example for React Router](https://reactrouter

## API Reference

### [ReactSRMWrapper](https://github.com/rgoupil/react-srm-wrapper/blob/master/index.tsx)
### [ReactSRMWrapper](https://github.com/nicecactus/react-srm-wrapper/blob/master/index.tsx)

|||
|-|-|
Expand Down
2 changes: 0 additions & 2 deletions example/build-srm/static/css/main.24fdcfde.chunk.css

This file was deleted.

1 change: 0 additions & 1 deletion example/build-srm/static/css/main.24fdcfde.chunk.css.map

This file was deleted.

2 changes: 2 additions & 0 deletions example/build-srm/static/css/main.32b16e35.chunk.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions example/build-srm/static/css/main.32b16e35.chunk.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions example/build-srm/static/js/2.22b89f13.chunk.js

This file was deleted.

1 change: 0 additions & 1 deletion example/build-srm/static/js/2.22b89f13.chunk.js.map

This file was deleted.

3 changes: 3 additions & 0 deletions example/build-srm/static/js/2.6a36e3cf.chunk.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions example/build-srm/static/js/2.6a36e3cf.chunk.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions example/build-srm/static/js/main.7af49f9e.chunk.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d79ff45

Please sign in to comment.