From 2d63166fbcadb207e62dbf3499d597a10f064685 Mon Sep 17 00:00:00 2001 From: zhouyx Date: Fri, 26 May 2017 13:20:15 -0700 Subject: [PATCH] remove instruction to add .max --- contributing/getting-started-quick.md | 1 - 1 file changed, 1 deletion(-) diff --git a/contributing/getting-started-quick.md b/contributing/getting-started-quick.md index 7908c4dbedd4..8416b178bb50 100644 --- a/contributing/getting-started-quick.md +++ b/contributing/getting-started-quick.md @@ -52,7 +52,6 @@ This Quick Start guide is the TL;DR version of the longer [end-to-end guide](get * Start the server: `gulp` * Access your server at [http://localhost:8000](http://localhost:8000) * Access your sample pages at [http://localhost:8000/examples](http://localhost:8000/examples) -* Change the suffix for the examples from .html to .max.html to use your local JavaScript # Test AMP * Run the tests: `gulp test`