Skip to content

Commit

Permalink
Update overview.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shalithasuranga authored May 30, 2024
1 parent 2c254f4 commit ebf8011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const conf = await app.getConfig(); // Vanilla Js: await Neutralino.app.getConf
```

Let's learn how native API calls internally work. Assume that you need to get an environment variable value from the operating system.
You can call the [`Neutralino.os.getEnv`](os.md#osgetenvkey)
You can call the [`Neutralino.os.getEnv`](../api/os.md#osgetenvkey)
JavaScript method. The client library will call the Neutralinojs server with a WebSocket message once you invoke
the `getEnv` method. After that, the Neutralinojs server will execute the native operation to fetch the given
environment variable.
Expand Down

0 comments on commit ebf8011

Please sign in to comment.