diff --git a/README.md b/README.md index 40edc61..e93141e 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,12 @@ ## About -This is a javascript widget that shows the public timeline of an account in the Federation (Diaspora, Friendica, Hubzilla) and Mastodon. Currently onlytested with Friendica. +This is a javascript widget that shows the public timeline of an account in the Federation (Diaspora, Friendica, Hubzilla) and Mastodon. Currently only tested with Friendica. This works for a user or a group. It is loosely based on the [ELI widget](https://github.com/blankoworld/eli) for GNU Social. -![User Timeline](federation-user.png) +![User Timeline](federation_user.png) ![Group Timeline](federation_group.png) @@ -157,4 +157,4 @@ You probably want to change these variables: * Copy/paste the content of federation-widget.max.js * Delete the license, the first lines ```var loadForm``` and the loadConfig() function * Click on **Minify** - * Copy the result into eli.js file + * Copy the result into federation-widget.js file