Skip to content

Commit

Permalink
docs: ✏️ refresh README
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich committed Oct 3, 2018
1 parent a5b79f4 commit 98d86ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const MyComponent = mock();
- [`<Provider>`](./docs/en/Provider.md#provider), [`<Consumer>`](./docs/en/Provider.md#consumer), [`withContext()`](./docs/en/Provider.md#withcontext-hoc), and [`@withContext`](./docs/en/Provider.md#withcontext-decorator)
- [`<Theme>`](./docs/en/theme.md#theme), [`<Themed>`](./docs/en/theme.md#themed), [`withTheme()`](./docs/en/theme.md#withtheme-hoc), and [`@withTheme`](./docs/en/theme.md#withtheme-decorator)
- [`<CssVarsProvider>`](./docs/en/cssvars.md), [`<CssVars>`](./docs/en/cssvars.md#cssvars), [`withCssVars()`](./docs/en/cssvars.md#withcssvars-hoc), and [`@withCssVars`](./docs/en/cssvars.md#withcssvars-decorator)
- [Routing](./docs/en/routing.md) (`createRouter()`, `<Router>`, `<Route>`, `<Switch>`, `<Match>`, `<Link>`, and `go()`)
- [Routing](./docs/en/routing.md): `createRouter()`, `<Router>`, `<Route>`, `<Switch>`, `<Match>`, `<Link>`, and `go()`
- [`<Translations>`](./docs/en/translate.md#translations), [`<Translate>`](./docs/en/translate.md#translate-or-t), [`<T>`](./docs/en/translate.md#translate-or-t), [`withT()`](./docs/en/translate.md#witht-hoc), and [`@withT`](./docs/en/translate.md#witht-decorator)
- [UI](./docs/en/UI.md)
- [`<Portal>`](./docs/en/Portal.md), [`<Overlay>`](./docs/en/Overlay.md), and [`<Modal>`](./docs/en/Modal.md)
Expand All @@ -104,7 +104,6 @@ const MyComponent = mock();
- [Side Effects](./docs/en/Side-effects.md)
- [`<LocalStorage>`](./docs/en/LocalStorage.md)
- [`<ClassNames>`](./docs/en/ClassNames.md)
- [`go()`](./docs/en/routing.md#go), [`<Sms>`](./docs/en/Sms.md), [`<Mailto>`](./docs/en/Mailto.md)
- [Boundaries](./docs/en/Boundaries.md)
- [`<BrowserOnly>`](./docs/en/BrowserOnly.md), [`<ServerOnly>`](./docs/en/ServerOnly.md), and [`<ElectronOnly>`](./docs/en/ElectronOnly.md)
- [`<ErrorBoundary>`](./docs/en/ErrorBoundary.md) and [`withErrorBoundary()`](./docs/en/ErrorBoundary.md#witherrorboundary-hoc)
Expand All @@ -113,6 +112,7 @@ const MyComponent = mock();
- [`createRef()`](./docs/en/next/createRef.md), [`createState()`](./docs/en/next/createState.md), and [`createLifecycleEvents()`](./docs/en/next/createLifecycleEvents.md)
- Other
- [`<Resolve>`](./docs/en/Resolve.md)
- [`<Sms>`](./docs/en/Sms.md), [`<Mailto>`](./docs/en/Mailto.md)
- [`getDisplayName()`](./docs/en/getDisplayName.md)


Expand Down

1 comment on commit 98d86ff

@streamich
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Build version: 2.1.0-fix-build.93 🤞 fix-build on Travis 🎉

Please sign in to comment.