From 5c0976b219b3f05b8935893ff38249b4db6088f5 Mon Sep 17 00:00:00 2001 From: Tom Finegan Date: Fri, 2 Apr 2021 09:28:43 -0700 Subject: [PATCH] Consistently use www.gstatic.com in README.md. Fixes https://github.com/google/draco/issues/695 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3578bf8..0d980b3 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,11 @@ News ======= ### Version 1.4.1 release -* Using the versioned gstatic.com WASM and Javascript decoders is now +* Using the versioned www.gstatic.com WASM and Javascript decoders is now recommended. To use v1.4.1, use this URL: * https://www.gstatic.com/draco/versioned/decoders/1.4.1/* * Replace the * with the files to load. E.g. - * https://gstatic.com/draco/versioned/decoders/1.4.1/draco_decoder.js + * https://www.gstatic.com/draco/versioned/decoders/1.4.1/draco_decoder.js * This works with the v1.3.6 and v1.4.0 releases, and will work with future Draco releases. * Bug fixes