Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
viccon committed Jul 18, 2024
1 parent 8a97cff commit 9ef7ce5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Go Report Card](https://goreportcard.com/badge/github.com/creativecreature/pulse)](https://goreportcard.com/report/github.com/creativecreature/pulse)
[![Test](https://github.com/creativecreature/pulse/actions/workflows/main.yml/badge.svg?branch=main)](https://github.com/creativecreature/pulse/actions/workflows/main.yml)

This repository contains all of the code I've written to gather data for my
This repository contains all of the code I'm using to gather data for my
[website.][1]

![Screenshot of website][2]
Expand All @@ -15,8 +15,8 @@ This repository contains all of the code I've written to gather data for my
# How it works

After spending some time debugging different language servers in Neovim, I got
the idea to write my own server that would simply parse metadata and aggregate
statistics about my coding sessions.
the idea to write my own RPC server that would simply parse metadata and
aggregate statistics about my coding sessions.

I run the server from this repository as a daemon, and it receives remote
procedure calls from the neovim plugin pertaining to events such as the opening
Expand Down

0 comments on commit 9ef7ce5

Please sign in to comment.