From e746e3a58b6ac2eed06ade989e51ca05bad60a28 Mon Sep 17 00:00:00 2001 From: Tulio Leao Date: Sat, 19 Feb 2022 06:41:31 -0300 Subject: [PATCH] Light edits on README.md (#1246) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4e440b2d..99381df3 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ Light Theme: ## Integrations -egui is build to be easy to integrate into any existing game engine or platform you are working on. +egui is built to be easy to integrate into any existing game engine or platform you are working on. egui itself doesn't know or care on what OS it is running or how to render things to the screen - that is the job of the egui integration. An integration needs to do the following each frame: @@ -160,7 +160,7 @@ An integration needs to do the following each frame: ### Official integrations -If you making an app, your best bet is using [`eframe`](https://github.com/emilk/egui/tree/master/eframe), the official egui framework. It lets you write apps that works on both the web and native. `eframe` is just a thin wrapper over `egui_web` and `egui_glium` (see below). +If you're making an app, your best bet is using [`eframe`](https://github.com/emilk/egui/tree/master/eframe), the official egui framework. It lets you write apps that work on both the web and native. `eframe` is just a thin wrapper over `egui_web` and `egui_glium` (see below). These are the official egui integrations: