Skip to content

Commit fce389e

Browse files
committed
refactor(README): Update README for V5
2 parents 5c8628d + adcdc8b commit fce389e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# cyclic-router
2-
cyclic-router V5 is a routing library built for Cycle.js. Unlike previous versions, cyclic-router V5 is not a driver. It is a `main` function-wrapper which relies on @cycle/history for driver source/sink interactions
2+
cyclic-router V5 is a routing library built for Cycle.js. Unlike previous versions, cyclic-router V5 is not a driver. It is a `main` function-wrapper (routerify) which relies on @cycle/history for driver source/sink interactions
33

44
For older versions of cyclic-router, V4 and earlier please go to the old [README](https://github.com/cyclejs-community/cyclic-router/README_V4.md)
55

@@ -9,7 +9,7 @@ Using [npm](https://www.npmjs.com/):
99

1010
$ npm install --save cyclic-router
1111

12-
Cyclic router requires you to inject the route matcher. We'll use `switch-path` for our examples but other matching libraries could be adapted to be used here:
12+
Routerify requires you to inject the route matcher. We'll use `switch-path` for our examples but other matching libraries could be adapted to be used here:
1313

1414
$ npm install --save switch-path
1515
```js

0 commit comments

Comments
 (0)