Procházet zdrojové kódy

doc: minor changes

Michele Caini před 6 roky
rodič
revize
a43f354511
1 změnil soubory, kde provedl 6 přidání a 6 odebrání
  1. 6 6
      docs/md/links.md

+ 6 - 6
docs/md/links.md

@@ -48,7 +48,7 @@ I hope this list can grow much more in the future:
     a small tower defense game based on mirror orientation.
     a small tower defense game based on mirror orientation.
 
 
 * Engines and the like:
 * Engines and the like:
-  * [Fling Engine](https://github.com/flingengine/FlingEngine): A Vulkan game
+  * [Fling Engine](https://github.com/flingengine/FlingEngine): a Vulkan game
     engine with a focus on data oriented design.
     engine with a focus on data oriented design.
   * [Apparently](https://teamwisp.github.io/credits/)
   * [Apparently](https://teamwisp.github.io/credits/)
     [Wisp](https://teamwisp.github.io/product/) by
     [Wisp](https://teamwisp.github.io/product/) by
@@ -60,13 +60,13 @@ I hope this list can grow much more in the future:
     [Qub3d](https://qub3d.org/): because blocks should be open source.
     [Qub3d](https://qub3d.org/): because blocks should be open source.
   * [shiva](https://github.com/Milerius/shiva): modern C++ engine with
   * [shiva](https://github.com/Milerius/shiva): modern C++ engine with
     modularity.
     modularity.
-  * [NovusCore](https://github.com/novuscore/NovusCore): A modern take on World
+  * [NovusCore](https://github.com/novuscore/NovusCore): a modern take on World
     of Warcraft emulation.
     of Warcraft emulation.
   * [ImGui/EnTT editor](https://github.com/Green-Sky/imgui_entt_entity_editor):
   * [ImGui/EnTT editor](https://github.com/Green-Sky/imgui_entt_entity_editor):
-    A drop-in, single-file entity editor for `EnTT` that uses `ImGui` as
+    a drop-in, single-file entity editor for `EnTT` that uses `ImGui` as
     graphical backend (with
     graphical backend (with
     [demo code](https://github.com/Green-Sky/imgui_entt_entity_editor_demo)).
     [demo code](https://github.com/Green-Sky/imgui_entt_entity_editor_demo)).
-  * [SgOgl](https://github.com/stwe/SgOgl): A game engine library for OpenGL
+  * [SgOgl](https://github.com/stwe/SgOgl): a game engine library for OpenGL
     developed for educational purposes.
     developed for educational purposes.
 
 
 * Articles and blog posts:
 * Articles and blog posts:
@@ -101,10 +101,10 @@ I hope this list can grow much more in the future:
     [Tieto](https://www.tieto.com/): they published a job post where `EnTT` was
     [Tieto](https://www.tieto.com/): they published a job post where `EnTT` was
     listed on their software stack.
     listed on their software stack.
   * [Godot meets EnTT](https://github.com/portaloffreedom/godot_entt_example/):
   * [Godot meets EnTT](https://github.com/portaloffreedom/godot_entt_example/):
-    A simple example on how to use `EnTT` within
+    a simple example on how to use `EnTT` within
     [`Godot`](https://godotengine.org/).
     [`Godot`](https://godotengine.org/).
   * [Godot and GameNetworkingSockets meet EnTT](https://github.com/portaloffreedom/godot_entt_net_example):
   * [Godot and GameNetworkingSockets meet EnTT](https://github.com/portaloffreedom/godot_entt_net_example):
-    A simple example on how to use `EnTT` and
+    a simple example on how to use `EnTT` and
     [`GameNetworkingSockets`](https://github.com/ValveSoftware/GameNetworkingSockets)
     [`GameNetworkingSockets`](https://github.com/ValveSoftware/GameNetworkingSockets)
     within [`Godot`](https://godotengine.org/).
     within [`Godot`](https://godotengine.org/).
   * [MatchOneEntt](https://github.com/mhaemmerle/MatchOneEntt): port of
   * [MatchOneEntt](https://github.com/mhaemmerle/MatchOneEntt): port of