diff --git a/A2_0_Compiling_Bitcoin_from_Source.md b/A2_0_Compiling_Bitcoin_from_Source.md index 1f79d79..532c4f4 100644 --- a/A2_0_Compiling_Bitcoin_from_Source.md +++ b/A2_0_Compiling_Bitcoin_from_Source.md @@ -28,7 +28,7 @@ $ su root ### Step 1: Update Your System -Fir, update the system using: +First, update the system using: ``` $ sudo apt-get update ```