From 654222ebc56c822cb5fcf13e3cf88b5260fc37c7 Mon Sep 17 00:00:00 2001 From: Ruslan Lopatin Date: Sun, 17 Sep 2023 15:16:26 +0700 Subject: [PATCH] Fix example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89f7894..2c02c2f 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ ## Example ```typescript -import { escapeHTML } from '@frontmeans/httongue'; +import { escapeHTML } from 'httongue'; import { httpListener, Rendering } from '@hatsy/hatsy'; import { dispatchByName, Routing } from '@hatsy/router'; import { createServer } from 'http';