Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andylin2004 authored Nov 30, 2021
1 parent 9e9cc3e commit dca40ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ $ ./shell
- Redirection behavior found on Zsh.

## Noted Bugs
- You cannot change directory with arguments ``` ~[username] ```.
- Pressing the arrow buttons will generate the ascii keys, instead of moving the cursor or going through the history.

## Function Headers
Expand All @@ -82,4 +81,4 @@ int arrayOfStringsLength(char **array);
char *standardizeString(char *oldString);
int lengthOfArray(char **array);
char * squigglyToHomeDirectory(char* string);
```
```

0 comments on commit dca40ac

Please sign in to comment.