git.fiddlerwoaroof.com
Browse code

Rename

Max Summe authored on 14/06/2017 20:18:02
Showing 2 changed files
... ...
@@ -1,4 +1,4 @@
1
-# Routux — Routes the Redux Way
1
+# Routedux — Routes the Redux Way
2 2
 
3 3
 Routux routes URLs to Redux actions and vice versa. 
4 4
 
... ...
@@ -28,7 +28,7 @@ is a pure function of Redux state, and model logic is entirely encapsulated in R
28 28
 ## Routing in 25 lines
29 29
 
30 30
 ```javascript
31
-import installBrowserRouter from 'routux';
31
+import installBrowserRouter from 'routedux';
32 32
 import {createStore, compose, applyMiddleware} from 'redux';
33 33
 
34 34
 const LOAD_USER = 'LOAD_USER';
... ...
@@ -1,5 +1,5 @@
1 1
 {
2
-  "name": "routux",
2
+  "name": "routedux",
3 3
   "contributors": [
4 4
     {"name": "Maximilian Summe", "email": "msumme@gmail.com"},
5 5
     {"name": "Edward Langley", "email": "el-os@elangley.org"}