From 97eceac95371f71167a81f894f50eb28c0d697cd Mon Sep 17 00:00:00 2001 From: Mason Chang Date: Thu, 4 Aug 2016 18:04:24 -0700 Subject: [PATCH] use proper list syntax for markdown --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7d9b3a5420..ece261cef7 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,6 @@ A very incomplete proof of concept GPU renderer for Servo After updating shaders in webrender, go to servo and: -1) Copy the webrender/res directory to servo/resources/shaders -2) Go to the servo directoy and do ./mach update-cargo -p webrender -3) Create a pull request to servo and update the shaders in the servo repository. + 1. Copy the webrender/res directory to servo/resources/shaders + 2. Go to the servo directoy and do ./mach update-cargo -p webrender + 3. Create a pull request to servo and update the shaders in the servo repository.