Skip to content

Commit

Permalink
[website] minor typos
Browse files Browse the repository at this point in the history
  • Loading branch information
javierluraschi committed Dec 12, 2024
1 parent 77393fa commit 132bbf2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 0 additions & 1 deletion website/learn/code/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion website/learn/code/websites.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/'
Expand Down

0 comments on commit 132bbf2

Please sign in to comment.