Skip to content

Commit 901cc87

Browse files
authored
Fix command syntax in README usage section
1 parent 18e7aa8 commit 901cc87

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ alias rura!="cd -P"
4242
## Usage
4343

4444
```sh
45-
rura! <name> # Jump to savepoint (your 'cd -P' alias command)
45+
rura! @<name> # Jump to savepoint (your 'cd -P' alias command)
4646
rura add|a <directory> <name> # Add a savepoint
4747
rura delete|d <name> # Delete a savepoint
4848
rura list|l # List all savepoints
@@ -54,6 +54,7 @@ rura version|v # Show version
5454
### Examples
5555

5656
```sh
57+
rura! @work # Jump to 'work' directory (your 'cd -P' alias command)
5758
rura add . work # Save current directory as 'work'
5859
rura add /path/to/dir work # Save specific directory as 'work'
5960
rura delete work # Delete 'work' savepoint

0 commit comments

Comments
 (0)