From 4a84cdf016580a30ec477fdc44a6ff1c6bdf56a2 Mon Sep 17 00:00:00 2001 From: Dima Kossovich Date: Sat, 21 Sep 2024 18:04:44 +0300 Subject: [PATCH] minor README improvements --- README.md | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/README.md b/README.md index 19b12e0..a79b711 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,6 @@ You can measure performance comparing to vanilla `for` loop on your machine usin is better when multithreading). ## Table of Contents -- [Repository Renamed](#repository-renamed) - [Getting Started](#getting-started) - [Basic information](#basic-information) - [Supported functions list](#supported-functions-list) @@ -49,29 +48,6 @@ is better when multithreading). - [Contributions](#contributions) - [What's next?](#whats-next) -# Repository Renamed - -This repository has been renamed from github.com/koss-null/lambda to github.com/koss-null/funcfrog. -Please **update** any local clones or remotes to reflect this change. - -To update a local clone of the repository, you can use the following command: -```bash -# HTTP -$ git remote set-url origin https://github.com/koss-null/funcfrog -# SSH -$ git remote set-url origin git@github.com:koss-null/FuncFrog.git -``` -This command will update the URL of the "origin" reomte to the new repository URL. - -To update the import path of the repository in go code, you can use the following import statement: -```go -import "github.com/koss-null/funcfrog" -``` -then in your project use: -```bash -go get github.com/koss-null/funcfrog -``` - ## Getting Started To use FuncFrog in your project, run the following command: