Skip to content

Commit e4c5e34

Browse files
authored
Fix typos
1 parent 4e70305 commit e4c5e34

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docs/TUTORIAL.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Tutorial: Building a Bookstore Metadata Browser
22

3-
This tutorial walks you through adapting the Universal Metadata Browser Template to create a **Bookstore Metadata Briwser** - a complete example that demonstrates all the key concepts you'll need for your own domain.
3+
This tutorial walks you through adapting the Universal Metadata Browser Template to create a **Bookstore Metadata Browser** - a complete example that demonstrates all the key concepts you'll need for your own domain.
44

55
## 🎯 What We're Building
66

7-
By the end of this tutorial, you'll have a fully functional portal that can:
7+
By the end of this tutorial, you'll have a fully functional browser that can:
88

99
- Import book metadata from JSON files
1010
- Search books by title, author, genre, and publisher
@@ -27,7 +27,7 @@ By the end of this tutorial, you'll have a fully functional portal that can:
2727
5. [Configuring Search and Navigation](#5-configuring-search-and-navigation)
2828
6. [Customizing the Frontend](#6-customizing-the-frontend)
2929
7. [Adding Sample Data](#7-adding-sample-data)
30-
8. [Testing Your Portal](#8-testing-your-portal)
30+
8. [Testing Your Browser](#8-testing-your-browser)
3131

3232
---
3333

@@ -37,7 +37,7 @@ By the end of this tutorial, you'll have a fully functional portal that can:
3737

3838
```bash
3939
# Clone the template repository
40-
git clone https://github.com/your-org/generic-metadata-portal.git bookstore-catalog
40+
git clone https://github.com/your-org/generic-metadata-browser.git bookstore-catalog
4141
cd bookstore-catalog
4242

4343
# Copy environment configuration
@@ -575,7 +575,7 @@ export const APP_CONFIG = {
575575

576576
branding: {
577577
title: "Bookstore Catalog",
578-
appTitle: "Bookstore Catalog Portal",
578+
appTitle: "Bookstore Catalog Browser",
579579
description: "Discover and explore our book collection",
580580
defaultTitle: "Book Search",
581581
},
@@ -722,7 +722,7 @@ Create `backend/app/storage/data/sample_books.json`:
722722

723723
---
724724

725-
## 8. Testing Your Portal
725+
## 8. Testing Your Browser
726726

727727
### Step 7.1: Start Your Application
728728

@@ -743,7 +743,7 @@ You should see logs indicating:
743743

744744
### Step 7.2: Test the Frontend
745745

746-
1. **Access the Portal**: Go to `http://localhost:3000`
746+
1. **Access the Browser**: Go to `http://localhost:3000`
747747

748748
2. **Test Search**:
749749
- Try searching for: `Gatsby`, `Harari`, `science fiction`
@@ -812,7 +812,7 @@ curl "http://localhost:8000/schema"
812812

813813
## 🎉 Congratulations
814814

815-
You've successfully created a Bookstore Catalog Portal! Your system can now:
815+
You've successfully created a Bookstore Catalog Browser! Your system can now:
816816

817817
✅ Import book metadata from JSON files
818818
✅ Provide advanced search capabilities
@@ -823,7 +823,7 @@ You've successfully created a Bookstore Catalog Portal! Your system can now:
823823

824824
## 🔄 Next Steps
825825

826-
Now that you have a working bookstore portal, consider:
826+
Now that you have a working bookstore browser, consider:
827827

828828
1. **Adding More Data**: Import larger datasets, connect to book APIs
829829
2. **Enhanced Search**: Add price ranges, publication date filters, advanced metadata search
@@ -903,4 +903,4 @@ This template is currently optimized for **CERN's OIDC implementation** and incl
903903

904904
---
905905

906-
**Need Help?** Check out the [GitHub Issues](https://github.com/your-org/generic-metadata-portal/issues) for community support and examples.
906+
**Need Help?** Check out the [GitHub Issues](https://github.com/your-org/generic-metadata-browser/issues) for community support and examples.

0 commit comments

Comments
 (0)