From 66c35e90688372f2fc30915e1bea016b7eb6c357 Mon Sep 17 00:00:00 2001 From: Stephane Letz Date: Sat, 15 Jun 2024 20:31:03 +0200 Subject: [PATCH] Typos. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a72f0f1..cbc516c 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ The [soundfile](https://faustdoc.grame.fr/manual/syntax/#soundfile-primitive) pr To access local audio files, a local server can be started: -- use the local server URL `http://127.0.0.1:8000` (or `http:/localhost:8000`) with `declare soundfiles "http:/localhost:8000";`). Additional URLs can always be declared if needed. +- use the local server URL `http://127.0.0.1:8000` (or `http://localhost:8000`) with `declare soundfiles "http://localhost:8000";`). Additional URLs can always be declared if needed. - install the required package with `pip install Flask Flask-CORS` (or `pip3 install Flask Flask-CORS`)