Skip to content

Commit 3750206

Browse files
authored
Update README.md
1 parent d392d68 commit 3750206

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ With this Lambda Function you will be able to add decoding features to your appl
1313

1414
#### Step 2, Generate code artifacts and dependencies
1515
To read QR/Barcodes, we are going to be using the [Zbar library](https://github.com/mchehab/zbar), an open source software suite for reading bar codes. We are going to include Zbar and other necessary packages into Lambda Layers for our Lambda function to work.
16-
But don't worry, we have already automated this process for you, in a simple script you can run in your AWS Cloudshell! Here are the steps you have to follow:
16+
But don't worry, we have already automated this process for you, in a simple script you can run in your AWS Cloud9! Here are the steps you have to follow:
1717

18-
* Access AWS CloudShell, a browser-based shell inside the AWS console. You can click the terminal icon next to the search bar or looking for _Cloudshell_ in the service search bar.
18+
* Access AWS Cloud9 looking for _Cloud9_ in the service search bar.
1919

2020
![CloudShell](src/img/step-0_1.png)
2121
* Once CloudShell has initiallized, clone this repo

0 commit comments

Comments
 (0)