From 9e79c9fa9d7d9ee44194fe6eeb82fd86a2a4bdd7 Mon Sep 17 00:00:00 2001 From: Frederico Maia Date: Mon, 30 Mar 2026 21:01:26 -0300 Subject: [PATCH 1/2] Update README.md to reflect Meteor version 3.4.0 and enhance tutorial links for Blaze, Svelte, and Solid. --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e37bdc7cae..6cdbf5a9c4 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ [![Travis CI Status](https://api.travis-ci.com/meteor/meteor.svg?branch=devel)](https://app.travis-ci.com/github/meteor/meteor) [![CircleCI Status](https://circleci.com/gh/meteor/meteor.svg?style=svg)](https://app.circleci.com/pipelines/github/meteor/meteor?branch=devel) -[![built with Meteor](https://img.shields.io/badge/Meteor-3.2.2-green?logo=meteor&logoColor=white)](https://meteor.com) +[![built with Meteor](https://img.shields.io/badge/Meteor-3.4.0-green?logo=meteor&logoColor=white)](https://meteor.com) ![node-current](https://img.shields.io/node/v/meteor) ![Discord](https://img.shields.io/discord/1247973371040239676) ![Twitter Follow](https://img.shields.io/twitter/follow/meteorjs?style=social) @@ -55,8 +55,10 @@ How about trying a tutorial to get started with your favorite technology? | [ React](https://docs.meteor.com/tutorials/react/) | | - | -| [ Blaze](https://blaze-tutorial.meteor.com/) | +| [ Blaze](https://docs.meteor.com/tutorials/blaze/) | | [ Vue](https://docs.meteor.com/tutorials/vue/meteorjs3-vue3.html) | +| [ Svelte](https://docs.meteor.com/tutorials/svelte/) | +| [ Solid](https://docs.meteor.com/tutorials/solid/) | # ๐Ÿš€ Quick Start @@ -84,6 +86,7 @@ meteor **Building an application with Meteor?** * Deploy on [Galaxy](https://galaxycloud.app) +* Find packages on [Atmosphere](https://atmospherejs.com/) * Discuss on [Forums](https://forums.meteor.com/) * Join the [Meteor Discord](https://discord.gg/hZkTCaVjmT) From 0044d684f4049c2fb383c86a92f7c976f69ade33 Mon Sep 17 00:00:00 2001 From: Frederico Maia Date: Mon, 30 Mar 2026 21:13:25 -0300 Subject: [PATCH 2/2] Include alt text for tutorial logos, improving accessibility. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6cdbf5a9c4..d46cffc3ab 100644 --- a/README.md +++ b/README.md @@ -53,12 +53,12 @@ Use the same code whether youโ€™re developing for web, iOS, Android, or desktop How about trying a tutorial to get started with your favorite technology? -| [ React](https://docs.meteor.com/tutorials/react/) | +| [React logo React](https://docs.meteor.com/tutorials/react/) | | - | -| [ Blaze](https://docs.meteor.com/tutorials/blaze/) | -| [ Vue](https://docs.meteor.com/tutorials/vue/meteorjs3-vue3.html) | -| [ Svelte](https://docs.meteor.com/tutorials/svelte/) | -| [ Solid](https://docs.meteor.com/tutorials/solid/) | +| [Blaze logo Blaze](https://docs.meteor.com/tutorials/blaze/) | +| [Vue logo Vue](https://docs.meteor.com/tutorials/vue/meteorjs3-vue3.html) | +| [Svelte logo Svelte](https://docs.meteor.com/tutorials/svelte/) | +| [Solid logo Solid](https://docs.meteor.com/tutorials/solid/) | # ๐Ÿš€ Quick Start