Skip to content

Commit

Permalink
Minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
IlanCosman committed May 20, 2020
1 parent 6d5fc52 commit eafe0bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Tide is a Fish theme inspired by [Powerlevel10k](https://github.com/romkatv/powe

# Installation

Run the install script:
Source and run the install function:

```fish
curl -s https://raw.githubusercontent.com/IlanCosman/tide/master/install.fish | source; and tide_install
Expand Down Expand Up @@ -34,7 +34,7 @@ If there isn't a prompt item that fits your needs, make your own!

# Configuration

Tide variables that the user is encouraged to change begin with the string `tide_`. Thus, variables in this section will be denoted as `example_variable` but will actually be `tide_example_variable`.
Tide variables that users are encouraged to modify begin with the string `tide_`. Thus, variables in this section will be denoted as `example_variable` but will actually be `tide_example_variable`.

## General Variables

Expand Down

0 comments on commit eafe0bf

Please sign in to comment.