From 132bbf2ff1d2882aa589628f99dcc8387bbc61ae Mon Sep 17 00:00:00 2001 From: Javier Luraschi Date: Thu, 12 Dec 2024 09:43:58 -0800 Subject: [PATCH] [website] minor typos --- README.md | 1 - website/learn/code/index.md | 1 - website/learn/code/websites.md | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 2b37ea0e..947ef828 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Hal9 PyPi Downloads](https://img.shields.io/pypi/dm/hal9?label=PyPI)](https://pypistats.org/packages/hal9) -[![Hal9 JS Downloads](https://data.jsdelivr.com/v1/package/npm/hal9/badge)](https://www.jsdelivr.com/package/npm/hal9) [![GitHub star chart](https://img.shields.io/github/stars/hal9ai/hal9?style=flat-square)](https://star-history.com/#hal9ai/hal9) Create and deploy generative ([LLMs](https://github.com/Hannibal046/Awesome-LLM) and [diffusers](https://github.com/huggingface/diffusers)) applications (chatbots and APIs) in seconds. diff --git a/website/learn/code/index.md b/website/learn/code/index.md index e56d1dd0..1b164959 100644 --- a/website/learn/code/index.md +++ b/website/learn/code/index.md @@ -2,7 +2,6 @@ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Hal9 PyPi Downloads](https://img.shields.io/pypi/dm/hal9?label=PyPI)](https://pypistats.org/packages/hal9) -[![Hal9 JS Downloads](https://data.jsdelivr.com/v1/package/npm/hal9/badge)](https://www.jsdelivr.com/package/npm/hal9) [![GitHub star chart](https://img.shields.io/github/stars/hal9ai/hal9?style=flat-square)](https://star-history.com/#hal9ai/hal9) Create and deploy generative ([LLMs](https://github.com/Hannibal046/Awesome-LLM) and [diffusers](https://github.com/huggingface/diffusers)) applications (chatbots and APIs) in seconds. diff --git a/website/learn/code/websites.md b/website/learn/code/websites.md index 458f8f96..5a98a7b1 100644 --- a/website/learn/code/websites.md +++ b/website/learn/code/websites.md @@ -52,7 +52,7 @@ function go() { h9.save("index.html", files=files) ```` -If you prefer to save the files without `h9.save()`, you can saave them under a subfolder under `./storage`. In order to render this folder correctly, use an appropriate extension; for example, `html` for a website: +If you prefer to save the files without `h9.save()`, you can save them under a subfolder under `./storage`. In order to render this folder correctly, use an appropriate extension; for example, `html` for a website: ````py base_path = './.storage/website.index.html/'