Skip to content

Commit

Permalink
capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
charmaine committed Jan 30, 2025
1 parent 15174dd commit 074c323
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Vals, while powerful, are limited as single-files. Managing large or interconnec
- **Versioned Workspace:** Projects contain and track changes to vals, files, folders, READMEs with incremental versioning
- **Multiple Entrypoints:** Define multiple HTTP, Cron, and Email vals, each with unique URLs, schedules, and configurations
- **Collaboration Tools:** Fork projects, create branches, sync with upstream
- **Relative Imports:** Import files and folders relative to the Project root without needing to adjust paths when branching or forking
- **Relative Imports:** Import files and folders relative to the project root without needing to adjust paths when branching or forking
- **Static Files:** Add static files (HTML, CSS, text) to projects
- **Scoped Environment Variables:** Project-scoped variables for secure configuration
- **Streamlined Coding:** AI code completion and full-screen IDE with file tree, logs and browser preview
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/reference/import.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ you type the `@` symbol.
import { example1 } from "https://esm.town/v/stevekrouse/example1";
```

For Projects, you can import files and folders relative to the Project root (ie. `./home`), which means you don't have to update your imports when you branch, fork, or rename a project.
For projects, you can import files and folders relative to the project root (ie. `./home`), which means you don't have to update your imports when you branch, fork, or rename a project.

All vals are hosted on [esm.town](/api/esm-town),
and are available for import on Val Town, Deno, Node, the browser, and anywhere else https-imports are supported.
Expand Down

0 comments on commit 074c323

Please sign in to comment.