File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
typescript-audit-logs-example Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ An example Node.js / TypeScript application demonstrating how to use the [WorkOS
25
25
2. Navigate to Audit Logs app within the cloned repo.
26
26
27
27
` ` ` bash
28
- $ cd node -example-applications/typescript-audit-logs-example
28
+ $ cd typescript -example-applications/typescript-audit-logs-example
29
29
` ` `
30
30
31
31
3. Install the dependencies.
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " node -audit-logs-example-app" ,
2
+ "name" : " typescript -audit-logs-example-app" ,
3
3
"version" : " 1.0.0" ,
4
- "description" : " Example NodeJS Audit Logs App using WorkOS" ,
4
+ "description" : " Example TypeScript Audit Logs App using WorkOS" ,
5
5
"main" : " index.ts" ,
6
6
"scripts" : {
7
7
"test" : " echo \" Error: no test specified\" && exit 1" ,
Original file line number Diff line number Diff line change 11
11
<img src =" ../public/images/workos-logo-with-text.png" alt =" workos logo" >
12
12
</div >
13
13
14
- <h2 >Node Audit Logs Example App</h2 >
14
+ <h2 >Typescript Audit Logs Example App</h2 >
15
15
<form method =" POST" action =" /set_org" >
16
16
<div class =' flex_column' >
17
17
<div >
You can’t perform that action at this time.
0 commit comments