Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
terasakisatoshi committed Nov 10, 2024
1 parent 53026d0 commit a383541
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ $ julia -e 'using Pkg; Pkg.activate("."); Pkg.build()'

## How to use

### Call `@inittabnine!`
### Call `@enabletabnine!`

```julia-repl
julia> using TabNineCompletion
julia> @inittabnine!
julia> @enabletabnine!
julia> using Bench # Press <TAB> here
```
Expand Down

0 comments on commit a383541

Please sign in to comment.