Skip to content

Commit

Permalink
Merge pull request #537 from PATTOOo/patch-2
Browse files Browse the repository at this point in the history
small typo in readme #536
  • Loading branch information
bombardier-gif authored Jul 13, 2021
2 parents d8e306a + f025fa5 commit 02a72ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ Regarding beep package - Device not found or beep not found
**Solution** : Follow these steps for Ubuntu
1. `sudo apt-get install beep` #Install this once
2. `sudo modeprobe pcspkr` #This will solve Device not found error
2. `sudo modprobe pcspkr` #This will solve Device not found error
3. Testing beep is simple just type `beep` in terminal, this will produce a beep sound from your speakers.
### Problem 3
Expand Down

0 comments on commit 02a72ca

Please sign in to comment.