diff --git a/README.md b/README.md index 33460cdce..1e2f4a8bc 100644 --- a/README.md +++ b/README.md @@ -40,15 +40,15 @@ To make the system works fast and reliable, we've converted most of the componen ## Getting Started -### 1. [Download ZIP](https://github.com/tabler/tabler/archive/dev.zip) or Git Clone +### [Download ZIP](https://github.com/tabler/tabler/archive/dev.zip) or Git Clone ``` git clone https://github.com/tabler/tabler.git ``` -### 2. Build the project +### Build the project -**Setup environment** +#### Setup environment To use our build system and run our documentation locally, you'll need a copy of Tabler's source files and Node. Follow these steps: @@ -59,7 +59,7 @@ To use our build system and run our documentation locally, you'll need a copy of When completed, you'll be able to run the various commands provided from the command line. -**Build Tabler locally** +#### Build Tabler locally 1. From the root `/tabler` directory, run `npm run serve` in the command line. 2. Open [http://localhost:4000](http://localhost:4000) in your browser, and voilĂ .