Skip to content

Commit 749c4f3

Browse files
Merge pull request #4 from corvisa/babou-completions
Update completions and company name
2 parents 0e95900 + 4f5f043 commit 749c4f3

File tree

3 files changed

+2351
-800
lines changed

3 files changed

+2351
-800
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#SummitEditor
22

3-
SummitEditor is the official [Sublime Text 3](http://www.sublimetext.com/3) plugin for [CorvisaCloud, LLC's]
4-
(http://corvisacloud.com) Summit platform. It provides you with useful snippets, syntax highlighting, and most importantly, access to the Summit Simulator.
3+
SummitEditor is the official [Sublime Text 3](http://www.sublimetext.com/3) plugin for [Corvisa LLC's]
4+
(http://corvisa.com) Summit platform. It provides you with useful snippets, syntax highlighting, and most importantly, access to the Summit Simulator.
55

66
##Installation
77

@@ -25,15 +25,15 @@ The recommended way to install SummitEditor is through Package Control. If you d
2525
Optionally, you can use git to clone this repository into your Sublime Text `Packages` directory. You can confirm that installation has worked by opening the Command Palette and typing the word `summit`. You should see an available syntax option for `Lua (Summit)`.
2626

2727
###Optional Packages
28-
SummitEditor also offers a [SummitLinter](https://github.com/corvisacloud/SummitLinter) plugin for [SublimeLinter 3](http://www.sublimelinter.com/en/latest/) allowing for automatic linting of your code. To install SummitLinter (as well as SublimeLinter if it is not already installed), first make sure you meet the [requirements](https://github.com/corvisacloud/SummitLinter#installation), then select `Tools > SummitEditor > Install SummitLinter Packages`. Note: using this option requires Package Control to be installed.
28+
SummitEditor also offers a [SummitLinter](https://github.com/corvisa/SummitLinter) plugin for [SublimeLinter 3](http://www.sublimelinter.com/en/latest/) allowing for automatic linting of your code. To install SummitLinter (as well as SublimeLinter if it is not already installed), first make sure you meet the [requirements](https://github.com/corvisa/SummitLinter#installation), then select `Tools > SummitEditor > Install SummitLinter Packages`. Note: using this option requires Package Control to be installed.
2929

3030
###Application Structure
31-
When you clone your application, the application directory should be as follows:
32-
\<application\>/
33-
├── assets
34-
├── spec
35-
└── src
36-
The simulator will run the `main.lua` file inside the application's `src` directory.
31+
When you clone your application, the application directory should be as follows:
32+
\<application\>/
33+
├── assets
34+
├── spec
35+
└── src
36+
The simulator will run the `main.lua` file inside the application's `src` directory.
3737

3838
##Running The Simulator
3939

@@ -63,7 +63,7 @@ If your application requires additional flags to be set before being run you can
6363
##License
6464
The MIT License (MIT)
6565

66-
Copyright (c) 2014 CorvisaCloud, LLC
66+
Copyright (c) 2014 Corvisa LLC
6767

6868
Permission is hereby granted, free of charge, to any person obtaining a copy
6969
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)