Skip to content

Commit

Permalink
Correct frontend source dir (#9575)
Browse files Browse the repository at this point in the history
  • Loading branch information
HigherOrderLogic authored Oct 4, 2024
1 parent d15cf42 commit 9e3fc61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/FRONTEND.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Frontend Overview

The frontend of crates.io is written in JavaScript using [Ember.js][]. Most of that code lives in
the _src_ directory. We endeavor to follow Ember conventions and best practices, but we're Rust
The frontend of crates.io is written in JavaScript using [Ember.js]. Most of that code lives in
the `app` directory. We endeavor to follow Ember conventions and best practices, but we're Rust
developers, so we don't always live up to this goal :)

[Ember.js]: https://emberjs.com/

0 comments on commit 9e3fc61

Please sign in to comment.