You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
<divalign="center">
2
2
<h1align="center">Postgres WASM</h1>
3
-
<palign="center">A PostgresQL server instance running in a virtual machine running in the browser<br />
3
+
<palign="center">A PostgreSQL server instance running in a virtual machine running in the browser<br />
4
4
<i>by Supabase & Snaplet</i></p>
5
5
<imgalign="center"src="https://user-images.githubusercontent.com/90199159/192729860-730e89a9-2489-4a95-a814-25eaaebebb7d.png"alt="Snaplet, Supabase and friends"width="480">
6
6
<br /><br />
@@ -24,7 +24,7 @@ Go to http://localhost:3000 and have fun!
24
24
25
25
## Packages
26
26
27
-
This repo is split into three packages that build up the environment for running PostgresQL in the browser.
27
+
This repo is split into three packages that build up the environment for running PostgreSQL in the browser.
28
28
29
29
-[runtime](/packages/runtime): The v86 emulator that starts the `buildroot` image
30
30
-[Buildroot](/packages/buildroot): Scripts to build the CPU and memory snapshot run by v86.
0 commit comments