Skip to content

Commit d2a57ec

Browse files
author
Alex Yakhnin
committed
fixed numbering
1 parent c7df2c6 commit d2a57ec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -78,27 +78,27 @@ Download the gerenated models and copy them into the root of the MagicMirror dir
7878

7979
## Setup
8080

81-
1. Clone the module into your `modules` folder in the MagicMirror's code location by running this command:
81+
* Clone the module into your `modules` folder in the MagicMirror's code location by running this command:
8282

8383
````
8484
git clone https://github.com/alexyak/camera.git
8585
````
8686

87-
2. Navigate to the camera sub folder: ```` cd camera ```` and run the following command to install node.js dependencies:
87+
* Navigate to the camera sub folder: ```` cd camera ```` and run the following command to install node.js dependencies:
8888

8989
````
9090
npm install
9191
````
9292

93-
3. If you have not already done so install the [Voice Control module](https://github.com/alexyak/voicecontrol) by running the following command in the `modules' folder:
93+
* If you have not already done so install the [Voice Control module](https://github.com/alexyak/voicecontrol) by running the following command in the `modules' folder:
9494

9595
````
9696
git clone https://github.com/alexyak/voicecontrol.git
9797
````
9898

9999
Check the README.md for the Voice Control module to configure it for the MagicMirror.
100100

101-
4. In order to use the generated models mentioned above, update the configuration section for the `voicecontrol` module to look like this:
101+
* In order to use the generated models mentioned above, update the configuration section for the `voicecontrol` module to look like this:
102102

103103
````
104104
{

0 commit comments

Comments
 (0)