diff --git a/README.md b/README.md index 39f0ea4d..01848522 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ ## What is this? No one has time to do a few hundred LeetCode questions. Here's *free and curated* technical interview preparation materials for -busy engineers, from the author of the [Blind 75 List](https://www.teamblind.com/post/New-Year-Gift---Curated-List-of-Top-75-LeetCode-Questions-to-Save-Your-Time-OaM1orEU). +busy engineers, brought to you by the author of the [Blind 75 List](https://www.teamblind.com/post/New-Year-Gift---Curated-List-of-Top-75-LeetCode-Questions-to-Save-Your-Time-OaM1orEU). Besides the usual algorithm questions, other **awesome** stuff includes: diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index b4fd7ede..a6fc45db 100755 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -1,7 +1,7 @@ module.exports = { title: 'Tech Interview Handbook', tagline: - 'Curated technical interview preparation materials for busy engineers', + 'Curated interview preparation materials for busy engineers', url: 'https://techinterviewhandbook.org', baseUrl: '/', favicon: 'img/favicon.png', diff --git a/website/src/pages/index.js b/website/src/pages/index.js index a4fc4230..923fe58e 100755 --- a/website/src/pages/index.js +++ b/website/src/pages/index.js @@ -23,7 +23,7 @@ function Home() { />

{siteConfig.title}

{siteConfig.tagline}
- From the author of the Blind 75 List + Brought to you by the author of the Blind 75 List