Skip to content

Commit 635c88e

Browse files
Update README.md
1 parent 262e539 commit 635c88e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 2D Fourier-Transformation and Sampling
1+
# React Dropdown menu template
22

33
## Live Demo:
44

@@ -18,17 +18,17 @@ Using the latest LTS version of node.js should work just fine: https://nodejs.or
1818
### Clone the repository
1919

2020
1. Open a terminal and move to your folder.
21-
2. Being there, clone this repository with `git@github.com:MaximilianPfitzenmaier/fourier-sampling.git fourier-sampling`.
21+
2. Being there, clone this repository with `git clone https://github.com/MaximilianPfitzenmaier/dropdown-menu-component-react.git`.
2222

2323
### Build assets
2424

25-
1. Move to your app folder with `cd fourier-sampling/`
25+
1. Move to your app folder with `cd dropdown-menu-component-react/`
2626
2. Install all npm dependendies by typing `npm install` or just `npm i`
2727
3. Run `npm run build` to build all assets (e.g. styles)
2828

2929
### Run React app
3030

31-
1. Run `npm run dev` to start developer mode and visit the page at `localhost:3000`
31+
1. Run `npm run dev` to start developer mode and visit the page at `localhost`
3232

3333
### Done!
3434

0 commit comments

Comments
 (0)