Skip to content

Commit ca55f11

Browse files
Node to TypeScript updates
1 parent 27939f6 commit ca55f11

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

typescript-audit-logs-example/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ An example Node.js / TypeScript application demonstrating how to use the [WorkOS
2525
2. Navigate to Audit Logs app within the cloned repo.
2626

2727
```bash
28-
$ cd node-example-applications/typescript-audit-logs-example
28+
$ cd typescript-example-applications/typescript-audit-logs-example
2929
```
3030

3131
3. Install the dependencies.

typescript-audit-logs-example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "node-audit-logs-example-app",
2+
"name": "typescript-audit-logs-example-app",
33
"version": "1.0.0",
4-
"description": "Example NodeJS Audit Logs App using WorkOS",
4+
"description": "Example TypeScript Audit Logs App using WorkOS",
55
"main": "index.ts",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1",

typescript-audit-logs-example/views/login.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<img src="../public/images/workos-logo-with-text.png" alt="workos logo">
1212
</div>
1313

14-
<h2>Node Audit Logs Example App</h2>
14+
<h2>Typescript Audit Logs Example App</h2>
1515
<form method="POST" action="/set_org">
1616
<div class='flex_column'>
1717
<div>

0 commit comments

Comments
 (0)