Skip to content
This repository has been archived by the owner on Jul 26, 2023. It is now read-only.

Commit

Permalink
fix headers in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hughrun committed Feb 13, 2021
1 parent 122797e commit 959ba52
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 @@ -22,7 +22,7 @@ This is the version 3.x documentation. If you prefer to use an older version you
3. Complete the form: you will need all permissions, and the platform should be _Desktop (other)_ or _Mac_.
4. Your new app will show a **consumer key**, which you need to paste into the first line in your configuration file.

## Creating a configuration file
### Creating a configuration file

Before you can use `pocketsnack` you need to create a configuration file. If you run any command (including simply `pocketsnack` without an argument) when your configuration file doesn't exist, a new file will be created and will open in your default application for editing `yaml` files. You *must* copy in the consumer key referred to above, and *may* adjust any other settings.

Expand Down Expand Up @@ -141,7 +141,7 @@ Restrict the current _action command_ to only items updated less recently than _

The Pocket API does not store a value for the date an items was first added. The only value we can get is _since_, which is a timestamp updated every time there is an update made to an item via or equivalent to any `add` or `modify` [API action](https://getpocket.com/developer/docs/overview). This could be when it is added to the List, move to the archive, moved out of the archive back into the List, or has changes made to tags (even if that tag update results in no actual change - i.e. if `--purge` has been run against the item, regardless of whether it had any tags to begin with).

## examples
## Examples

Find out how many `TBR` items are in the archive:

Expand Down

0 comments on commit 959ba52

Please sign in to comment.