Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

Commit

Permalink
readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
landsman committed May 3, 2020
1 parent 80e2f1c commit 3cd2139
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ A middleware (+ utility tools) for having fully internationalized routes in your
```
const express = require("express");
const next = require("next");
const getNextI18nRoutesMiddleware = require("npm-ts-package-test").getNextI18nRoutesMiddleware;
const getNextI18nRoutesMiddleware = require("@trisbee/next-i18n-routes-middleware").getNextI18nRoutesMiddleware;
const routes = require('./routes').routes;
const app = next({ isInDevMode });
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trisbee/next-i18n-routes-middleware",
"version": "0.1.3",
"version": "0.1.4",
"description": "A middleware (+ utility tools) for having fully internationalized routes in your Next.js apps.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 3cd2139

Please sign in to comment.