diff --git a/README.md b/README.md
index 563148d..27a6fde 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,11 @@
-
Re-RxJS
+
React-RxJS
React bindings for RxJS
@@ -15,13 +15,13 @@
-[](https://travis-ci.org/re-rxjs/re-rxjs)
-[](https://codecov.io/gh/re-rxjs/re-rxjs)
-[](https://www.npmjs.com/package/re-rxjs)
-[](https://github.com/re-rxjs/re-rxjs/blob/main/LICENSE)
+[](https://travis-ci.org/react-rxjs/react-rxjs)
+[](https://codecov.io/gh/react-rxjs/react-rxjs)
+[](https://www.npmjs.com/package/react-rxjs)
+[](https://github.com/react-rxjs/react-rxjs/blob/main/LICENSE)
[](#contributors-)
[](http://makeapullrequest.com)
-[](https://github.com/re-rxjs/re-rxjs/blob/main/CODE_OF_CONDUCT.md)
+[](https://github.com/react-rxjs/react-rxjs/blob/main/CODE_OF_CONDUCT.md)
Main features
@@ -30,7 +30,7 @@ Main features
- :zap: Highly performant and free of memory-leaks
- :twisted_rightwards_arrows: First class support for React Suspense and [ready for Concurrent Mode](https://github.com/dai-shi/will-this-react-global-state-work-in-concurrent-mode#results)
- :scissors: Decentralized and composable, thus enabling optimal code-splitting
-- :microscope: [Tiny and tree-shakeable](https://bundlephobia.com/result?p=re-rxjs)
+- :microscope: [Tiny and tree-shakeable](https://bundlephobia.com/result?p=react-rxjs)
- :muscle: Supports TypeScript
## Table of Contents
@@ -52,7 +52,7 @@ Main features
## Installation
- npm install re-rxjs
+ npm install react-rxjs
## API
@@ -234,7 +234,7 @@ const Counter: React.FC<{id: string}> = ({id}) => {
import React, { Suspense } from "react"
import { Subject } from "rxjs"
import { startWith, map } from "rxjs/operators"
-import { connectObservable, switchMapSuspended } from "re-rxjs"
+import { connectObservable, switchMapSuspended } from "react-rxjs"
import { Header, Search, LoadingResults, Repo } from "./components"
interface Repo {
@@ -342,11 +342,11 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
diff --git a/package-lock.json b/package-lock.json
index 00cc7ff..c0d28b5 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
- "name": "re-rxjs",
- "version": "0.2.0-alpha.6",
+ "name": "react-rxjs",
+ "version": "3.0.0-alpha.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 3297cc5..bdd4bd7 100644
--- a/package.json
+++ b/package.json
@@ -1,8 +1,8 @@
{
- "version": "0.2.0-alpha.6",
+ "version": "3.0.0-alpha.0",
"bundlesize": [
{
- "path": "./dist/re-rxjs.cjs.production.min.js",
+ "path": "./dist/react-rxjs.cjs.production.min.js",
"maxSize": "6 kB",
"compression": "none"
}
@@ -10,7 +10,7 @@
"sideEffects": false,
"repository": {
"type": "git",
- "url": "git+https://github.com/re-rxjs/re-rxjs.git"
+ "url": "git+https://github.com/react-rxjs/react-rxjs.git"
},
"license": "MIT",
"main": "dist/index.js",
@@ -41,9 +41,9 @@
"semi": false,
"trailingComma": "all"
},
- "name": "re-rxjs",
+ "name": "react-rxjs",
"author": "Josep M Sobrepere",
- "module": "dist/re-rxjs.esm.js",
+ "module": "dist/react-rxjs.esm.js",
"devDependencies": {
"@josepot/rxjs-utils": "^0.12.0",
"@testing-library/react": "^10.4.3",