Skip to content

Commit

Permalink
image moved to assets
Browse files Browse the repository at this point in the history
  • Loading branch information
s2-thalavai committed Oct 26, 2024
1 parent c625cd5 commit c94dc24
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ npm install -g typescript

tsc --version

![alt text](image.png)
![alt text](assets/image.png)

## creating TypeScript project

Expand All @@ -17,7 +17,7 @@ cd hello-world
code index.ts


![alt text](image-1.png)
![alt text](assets/image-1.png)


## compiling & running TypeScript project
Expand All @@ -26,7 +26,7 @@ tsc index.ts

node .\index.js

![alt text](image-2.png)
![alt text](assets/image-2.png)



File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit c94dc24

Please sign in to comment.