diff --git a/README.md b/README.md index aea244f..c4d4c8c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ The business website of Promptly Technologies, LLC is designed in the style of a ## Structure and customization -The entry points of the site, of course, are `index.html`, `main.tsx`, and `App.tsx`, as is traditional in React + Typescript architecture. The site consists of two pages, `Home` and `Legal`. The former hosts the core of the site, while the latter hosts the privacy policy. The Home consists of a `Hero` section (the "cover" of our comic book), a `Story` section (the comic strips), a `Bookings` section for users to consultations (roughly analogous to the subscription page in an old-timey comic book), and `Credits` section (really our "Team" section but presented in the style of comic book credits). +The entry points of the site, of course, are `index.html`, `main.tsx`, and `App.tsx`, as is traditional in React + Typescript architecture. The site consists of two pages, `Home` and `Legal`. The former hosts the core of the site, while the latter hosts the privacy policy. The Home consists of a `Hero` section (the "cover" of our comic book), a `Story` section (the comic strips), a `Bookings` section for users to book consultations (roughly analogous to the subscription page in an old-timey comic book), and `Credits` section (really our "Team" section but presented in the style of comic book credits). Some of the metadata and content of the site is controlled from JSON files in the `src/customizations` folder. You can add new social profiles here, and also change the text that appears in the hero section. @@ -19,4 +19,4 @@ If you find a bug or have a feature request, please open an issue on Github. If ## To-do - [ ] Create a Promptly Github profile page. -- [ ] Add more socials. \ No newline at end of file +- [ ] Add more socials.