docs(readme): fix a typo ie. -> i.e. (#9)

This commit is contained in:
Twice 2023-01-28 22:03:06 +08:00 committed by GitHub
parent 1c9d2e2e40
commit eef33229c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ Carbonyl is a Chromium based browser built to run in a terminal. [Read the blog
It supports pretty much all Web APIs including WebGL, WebGPU, audio and video playback, animations, etc..
It's snappy, starts in less than a second, runs at 60 FPS, and idles at 0% CPU usage. It does not require a window server (ie. works in a safe-mode console), and even runs through SSH.
It's snappy, starts in less than a second, runs at 60 FPS, and idles at 0% CPU usage. It does not require a window server (i.e. works in a safe-mode console), and even runs through SSH.
Carbonyl originally started as [`html2svg`](https://github.com/fathyb/html2svg) and is now the runtime behind it.