diff --git a/README.md b/README.md index 0a5d0ee..5fe7694 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ [![PayPal donate button](https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=H9KUEZTZHHTXQ&lc=US&item_name=imgui-js¤cy_code=USD&bn=PP-DonationsBF:btn_donate_SM.gif:NonHosted "Donate to this project using Paypal") ## Notes -All functions in the C++ ImGui namespace are exported at the top level at the module. +All functions in the C++ ImGui namespace are exported at the top level of the module. ```typescript import * as ImGui from "imgui-js"; ```