this repo has no description
13
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs(readme): fix low level API example

authored by

tranzystorekk and committed by
Tim Culverhouse
c978389a 70abae4a

+1 -1
+1 -1
README.md
··· 358 358 359 359 while (true) { 360 360 // nextEvent blocks until an event is in the queue 361 - const event = loop.nextEvent(); 361 + const event = try loop.nextEvent(); 362 362 // exhaustive switching ftw. Vaxis will send events if your Event enum 363 363 // has the fields for those events (ie "key_press", "winsize") 364 364 switch (event) {