From 07dc242639b3be2e84283e8fc4ea3abb6b759a08 Mon Sep 17 00:00:00 2001 From: Sophia Atkinson Date: Sun, 31 Mar 2024 17:54:32 -0700 Subject: [PATCH] Improved clarity and coherence of paragraphs --- app/views/index.php | 30 ++++++++++++------------------ 1 file changed, 12 insertions(+), 18 deletions(-) diff --git a/app/views/index.php b/app/views/index.php index 38e7839..8a26fb9 100644 --- a/app/views/index.php +++ b/app/views/index.php @@ -5,8 +5,7 @@
- Create responsive, localizable and adjustable widgets for various Steam entities - very easily with only few code. + Easily create responsive, customizable widgets for various Steam entities with just a few lines of code.
@@ -37,9 +36,7 @@ let widget = new SteamApp('#app-widget', {
- Use JavaScript to control your Widgets for various situations. - Set various options on initialization and perform operatings - on various events later. + Use JavaScript to control your widgets for various scenarios. Define options during initialization and execute operations on different events later.
@@ -47,9 +44,7 @@ let widget = new SteamApp('#app-widget', {
- Use JavaScript to control your Widgets for various situations. - Set various options on initialization and perform operatings - on various events later. + Use JavaScript to control your widgets for various scenarios. Define options during initialization and execute operations on different events later.
@@ -70,32 +65,32 @@ let widget = new SteamApp('#app-widget', {

-

Use widgets for the following Steam entities

+

Utilize widgets for the following Steam entities

-
Game/App
+
Games/Apps
-
Workshop
+
Workshop Items
-
Group
+
Groups
-
Player
+
Players
-
Gameserver
+
Game Servers
@@ -105,7 +100,7 @@ let widget = new SteamApp('#app-widget', {
- You can use {{ env('APP_NAME') }} via our CDN for quick usages. + Quickly use {{ env('APP_NAME') }} via our CDN.
@@ -126,15 +121,14 @@ let widget = new SteamApp('#app-widget', {
- You can also use {{ env('APP_NAME') }} via Node.js Package Manager -
+ Alternatively, use {{ env('APP_NAME') }} via Node.js Package Manager (npm).
- You can also use {{ env('APP_NAME') }} via Node.js Package Manager + Alternatively, use {{ env('APP_NAME') }} via Node.js Package Manager (npm).