Skip to content
This repository has been archived by the owner on May 14, 2021. It is now read-only.

Commit

Permalink
readme: fix typos (#15)
Browse files Browse the repository at this point in the history
* Update README.md

corrected small typo.

* readme: because spelled wrong
  • Loading branch information
RodrigoHahn authored and ayazhafiz committed Jan 3, 2019
1 parent 2a37900 commit ed04a17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -15,7 +15,7 @@
`sherpa_41` is a toy browser engine, based somewhat on [Limpet's _Let's build a browser engine!_](https://limpet.net/mbrubeck/2014/08/08/toy-layout-engine-1.html)
with architectures introduced in [CS3251](https://vuse-cs3251.github.io).

This app is meant to be expolartive in nature, with particular [design philosophies](#a-brief-overview-of-sherpa_41s-design) that make use of modern `C++` and established design patterns to create an engine that is easy to understand and extend. Note, however, that the engine is ___not___ designed to be especially robust, or even useful.
This app is meant to be explorative in nature, with particular [design philosophies](#a-brief-overview-of-sherpa_41s-design) that make use of modern `C++` and established design patterns to create an engine that is easy to understand and extend. Note, however, that the engine is ___not___ designed to be especially robust, or even useful.

### Usage

Expand Down Expand Up @@ -67,7 +67,7 @@ For hacking on sherpa, please see the [development notes](#development-notes) be

### Notes

- There is no GUI renderer (yet?!). Until one is made, the front-end is really just an image. But a cool, nicely-rendered image, becuase sherpa has awesome renderers.
- There is no GUI renderer (yet?!). Until one is made, the front-end is really just an image. But a cool, nicely-rendered image, because sherpa has awesome renderers.

- JavaScript is turned off by default, and can't be turned on. You may say JavaScript is unsupported. I say you're right.

Expand Down

0 comments on commit ed04a17

Please sign in to comment.