Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Evert Arias committed Apr 2, 2020
1 parent 5492a9e commit a994c7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ import React from "react";

import Contributors from "react-contributors";

// Owner username.
// Username of the repo(s) owner.
const owner = "evert-arias";

// Repo(s) name. Single string or array with multiple repo names.
// Repository name or array with multiple repositories names.
const repos = ["EasyButton", "easybtn.earias.me"];

const App = () => {
Expand Down

0 comments on commit a994c7f

Please sign in to comment.