diff --git a/src/basics-of-bend.md b/src/basics-of-bend.md index 73d5932..d05b29e 100644 --- a/src/basics-of-bend.md +++ b/src/basics-of-bend.md @@ -1,6 +1,6 @@ # Chapter 2: Basics of Bend -Welcome to Chapter 2 of the Unofficial Bend Programming Language Handbook. This chapter is designed to introduce you to the fundamental concepts of the Bend programming language. We will cover the basics, from writing your first program to understanding the core data types and control flow mechanisms in Bend. +Welcome to Chapter 2 of the Unofficial Bend Programming Language Guide. This chapter is designed to introduce you to the fundamental concepts of the Bend programming language. We will cover the basics, from writing your first program to understanding the core data types and control flow mechanisms in Bend. ## 2.1 Hello, World! in Bend diff --git a/src/setting-up-your-environment.md b/src/setting-up-your-environment.md index c5efba6..d338444 100644 --- a/src/setting-up-your-environment.md +++ b/src/setting-up-your-environment.md @@ -1,6 +1,6 @@ # Chapter 1: Setting Up Your Environment -Welcome to the first chapter of "The Unofficial Bend Programming Language Handbook." This chapter will guide you through setting up your development environment to start coding in Bend. By the end of this chapter, you'll have the tools you need to write, compile, and run Bend programs on your machine. +Welcome to the first chapter of the Unofficial Bend Programming Language Guide. This chapter will guide you through setting up your development environment to start coding in Bend. By the end of this chapter, you'll have the tools you need to write, compile, and run Bend programs on your machine. ## Installing Bend