Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
turansadri committed Dec 1, 2018
1 parent 580d615 commit 2eae3a2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Amazing REM Calculator workflow for Alfred

## Install

Install from NPM by typing the following line and it might just work (be the first one to try).

`npm install --global @turan/alfred-rem-calculator`

## How to use

`rem XX` where XX is the number in pixels you want to convert to REM.

Base is 16 by default.

## Updating base

`rembase XX` where XX is the new base in pixels.

0 comments on commit 2eae3a2

Please sign in to comment.