Skip to content

Commit 4f495be

Browse files
committed
Update pkg name in README and docs
1 parent 41989b1 commit 4f495be

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
[![Build status (Github Actions)](https://github.com/maxhcohen/CBFToolbox.jl/workflows/CI/badge.svg)](https://github.com/maxhcohen/CBFToolbox.jl/actions)
2-
[![codecov.io](http://codecov.io/github/maxhcohen/CBFToolbox.jl/coverage.svg?branch=main)](http://codecov.io/github/maxhcohen/CBFToolbox.jl?branch=main)
3-
[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://maxhcohen.github.io/CBFToolbox.jl/dev)
1+
[![Build status (Github Actions)](https://github.com/maxhcohen/ControlBarrierFunctions.jl/workflows/CI/badge.svg)](https://github.com/maxhcohen/ControlBarrierFunctions.jl/actions)
2+
[![codecov.io](http://codecov.io/github/maxhcohen/ControlBarrierFunctions.jl/coverage.svg?branch=main)](http://codecov.io/github/maxhcohen/CBFToolbox.jl?branch=main)
3+
[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://maxhcohen.github.io/ControlBarrierFunctions.jl/dev)
44

5-
# CBFToolbox.jl
5+
# ControlBarrierFunctions.jl
66
A package for implementing control barrier functions (CBFs) in Julia.
77

88
## Overview
@@ -13,13 +13,13 @@ To download this package open the Julia REPL, enter the package manager (type `]
1313

1414
```julia
1515
using Pkg
16-
Pkg.add("https://github.com/maxhcohen/CBFToolbox.jl")
16+
Pkg.add("https://github.com/maxhcohen/ControlBarrierFunctions.jl")
1717
```
1818

1919
## Usage
2020
```julia
2121
# Load in packages
22-
using CBFToolbox
22+
using ControlBarrierFunctions
2323
using LinearAlgebra
2424
using Plots
2525

docs/make.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ using Pkg
33
Pkg.activate(".")
44
Pkg.instantiate()
55
using Documenter
6-
using CBFToolbox
6+
using ControlBarrierFunctions
77

88
makedocs(;
99
sitename="ControlBarrierFunctions.jl",
@@ -16,4 +16,4 @@ makedocs(;
1616
],
1717
)
1818

19-
# deploydocs(; repo="github.com/maxhcohen/ControlBarrierFunctions.jl", devbranch="main")
19+
deploydocs(; repo="github.com/maxhcohen/ControlBarrierFunctions.jl", devbranch="main")

0 commit comments

Comments
 (0)