Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JonHMChan committed Jul 26, 2018
1 parent ee2ab13 commit 46f23bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This is an experimental library for writing CSS in JavaScript. The current versi
3. Create a `styles.js` where you will write your styles. Try the following: 3. Create a `styles.js` where you will write your styles. Try the following:


```javascript ```javascript
Descartes.add({ Descartes.add({
"body": { "body": {
"color": "#555", "color": "#555",
"font-family": "Arial", "font-family": "Arial",
Expand All @@ -35,7 +35,7 @@ Descartes.add({
} }
} }
} }
}) })
``` ```


4. Save and open up your HTML file in a browser. Clicking anywhere on the window should randomize the size of your heading. 4. Save and open up your HTML file in a browser. Clicking anywhere on the window should randomize the size of your heading.
Expand Down

0 comments on commit 46f23bb

Please sign in to comment.