Browse Source

Fixed path typos in README

chrono 9 years ago
parent
commit
4d878b9bac
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      Marlin/example_configurations/Felix/README.md

+ 3
- 3
Marlin/example_configurations/Felix/README.md View File

@@ -12,18 +12,18 @@ Bringing silky smooth prints to Felix.
12 12
 
13 13
 ```
14 14
 cd Marlin/Marlin
15
-cp example_configuration/Felix/Configuration_adv.h .
15
+cp example_configurations/Felix/Configuration_adv.h .
16 16
 ```
17 17
 
18 18
 The next step depends on your setup:
19 19
 
20 20
 ### Single Extruder Configuration
21 21
 
22
-    cp example_configuration/Felix/Configuration.h .
22
+    cp example_configurations/Felix/Configuration.h .
23 23
 
24 24
 ### Dual Extruder Configuration
25 25
 
26
-    cp example_configuration/Felix/Configuration_DUAL.h Configuration.h
26
+    cp example_configurations/Felix/Configuration_DUAL.h Configuration.h
27 27
 
28 28
 ### Compile Firmware
29 29
 

Loading…
Cancel
Save