Skip to content

Commit

Permalink
updates documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kruschid committed Feb 3, 2024
1 parent 1d7c21d commit 3f6e3dc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Typesafe Routes

Enhance your preferred routing library by incorporating powerful path generation.
Enhance your preferred routing library by incorporating powerful path generation including:

- Path & template rendering
- Nested, absolute, and relative paths
Expand All @@ -26,12 +26,10 @@ The complete [documentation can be found here](https://kruschid.github.io/typesa

## Installation (npm/yarn examples)

``` sh
npm i typesafe-routes

# or
> Version 11 is currently under development. Please don't use it in production yet. The official release will happen soon. If you want to try typesafe-routes, you can install it right from github:
yarn add typesafe-routes
``` sh
npm i kruschid/typesafe-routes # or any npm alternatives
```

## How to Contribute
Expand All @@ -46,7 +44,8 @@ yarn add typesafe-routes

## Roadmap

- check for duplicate param names in route tree
- v11 migration guide
- check for duplicate param names in the route tree
- context caching
- customizable parsing of search params
- demos & utils
Expand Down
7 changes: 5 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@

## Quickstart

### 1. Dependency Installation
### 1. Installation

> This package is currently under development. Please don't use it in production yet. The official release will happen soon. If you want to try typesafe-routes, you can install it right from github:
``` sh
npm install typesafe-routes
npm install kruschid/typesafe-routes # or any npm alternatives
```

### 2. Route Tree Definition
Expand Down

0 comments on commit 3f6e3dc

Please sign in to comment.